Added spy panels to map and histogram, added editor toggle to enable/disable spy
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
<kibana-panel ng-controller='map' ng-init="init()">
|
||||
<span ng-show="panel.spyable" style="position:absolute;right:0px;top:0px" class='panelextra pointer'>
|
||||
<i bs-modal="'partials/modal.html'" class="icon-eye-open"></i>
|
||||
</span>
|
||||
<div map params="{{panel}}" style="height:{{panel.height || row.height}}"></div>
|
||||
</kibana-panel>
|
||||
Reference in New Issue
Block a user