diff --git a/src/app/directives/kibanaPanel.js b/src/app/directives/kibanaPanel.js index 3a64fc4ee1f..c9968c14d34 100755 --- a/src/app/directives/kibanaPanel.js +++ b/src/app/directives/kibanaPanel.js @@ -10,9 +10,24 @@ function (angular) { var editorTemplate = '' + - '' + - '{{panel.type}} ' + + + // Editor link + '' + + + + '' + + ''+ + ' / ' + + + '' + + ''+ + ''+ + ' / ' + + + '{{panel.type}} ' + + '' + + '

' + '{{panel.title}}' + ' - - -
diff --git a/src/app/panels/bettermap/module.js b/src/app/panels/bettermap/module.js index d38e7f02b97..37f18580a80 100755 --- a/src/app/panels/bettermap/module.js +++ b/src/app/panels/bettermap/module.js @@ -32,6 +32,14 @@ function (angular, app, _, L, localRequire) { src: 'app/partials/querySelect.html' } ], + modals : [ + { + description: "Inspect", + icon: "icon-info-sign", + partial: "app/partials/inspector.html", + show: $scope.panel.spyable + } + ], status : "Experimental", description : "Displays geo points in clustered groups on a map. The cavaet for this panel is"+ " that, for better or worse, it does NOT use the terms facet and it does query "+ diff --git a/src/app/panels/derivequeries/module.html b/src/app/panels/derivequeries/module.html index 4e56e1e2f7b..3546f40bae0 100755 --- a/src/app/panels/derivequeries/module.html +++ b/src/app/panels/derivequeries/module.html @@ -17,10 +17,6 @@ box-sizing: border-box; /* Opera/IE 8+ */ } - - - -