Added font size selector to table panel (issue #10). Added ability to configure temp url ttl and disable sharing of via short links

This commit is contained in:
Rashid Khan
2013-03-05 14:55:24 -07:00
parent 5a0f15ba37
commit 8a521f2a7b
8 changed files with 24 additions and 4 deletions
+1
View File
@@ -17,6 +17,7 @@ angular.module('kibana.dashcontrol', [])
},
elasticsearch_size: 20,
elasticsearch_saveto: $scope.config.kibana_index,
temp: true,
temp_ttl: '30d',
}
_.defaults($scope.panel,_d);