Added loader animation, framework for adjustable interval time stamped indices

This commit is contained in:
Rashid Khan
2013-02-27 10:00:39 -07:00
parent ffbddb4fae
commit 4c948e0bc5
14 changed files with 124 additions and 115 deletions
-1
View File
@@ -52,7 +52,6 @@ angular.module('kibana.fields', [])
$scope.active = _.without($scope.active,field)
else
$scope.active.push(field)
eventBus.broadcast($scope.$id,$scope.panel.group,"selected_fields",$scope.active)
}