Added timestamp index option

This commit is contained in:
Rashid Khan
2013-03-05 11:06:45 -07:00
parent 8e15414852
commit 5668ec7cb5
2 changed files with 27 additions and 6 deletions
+1
View File
@@ -32,6 +32,7 @@ angular.module('kibana.dashcontrol', [])
// Long ugly if statement for figuring out which dashboard to load on init
// If there is no dashboard defined, find one
if(_.isUndefined($scope.dashboards)) {
console.log('ok, defining')
// First check the URL for a path to a dashboard
if(!(_.isUndefined($routeParams.type)) && !(_.isUndefined($routeParams.id))) {
var _type = $routeParams.type;