fixed 404 on stylesheet
This commit is contained in:
@@ -14,7 +14,6 @@ angular.module('kibana.controllers', [])
|
||||
style: 'dark'
|
||||
};
|
||||
|
||||
// For
|
||||
$scope.editor = {
|
||||
index: 0
|
||||
};
|
||||
|
||||
+1
-1
@@ -454,7 +454,7 @@ angular.module('kibana.services', [])
|
||||
var self = this;
|
||||
var filterSrv,querySrv;
|
||||
|
||||
this.current = {};
|
||||
this.current = _.clone(_dash);
|
||||
this.last = {};
|
||||
|
||||
$rootScope.$on('$routeChangeSuccess',function(){
|
||||
|
||||
Reference in New Issue
Block a user