added field selector to table panel, deprecated field panel
This commit is contained in:
@@ -131,7 +131,6 @@ angular.module('kibana.controllers', [])
|
||||
$scope.reset_panel = function() {
|
||||
|
||||
$scope.panel = {
|
||||
loading : false,
|
||||
error : false,
|
||||
span : 3,
|
||||
editable: true,
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ angular.module('kibana.directives', [])
|
||||
return {
|
||||
restrict: 'E',
|
||||
link: function(scope, elem, attrs) {
|
||||
var template = '<img src="common/img/load.gif" class="panel-loading" ng-show="panel.loading == true">'+
|
||||
var template = '<img src="common/img/load.gif" class="panel-loading" ng-show="panelMeta.loading == true">'+
|
||||
' <span class="editlink panelextra pointer" style="right:15px;top:0px" ' +
|
||||
'bs-modal="\'partials/paneleditor.html\'" ng-show="panel.editable != false">'+
|
||||
'<span class="small">{{panel.type}}</span> <i class="icon-cog pointer"></i> '+
|
||||
|
||||
Reference in New Issue
Block a user