added panel configuration framework
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
<div ng-controller='table'>
|
||||
<h4>{{panel.title}} <small class="pointer" bs-modal="'panels/table/editor.html'" ng-hide="!panel.editable"><i class="icon-edit"></i></small></h4>
|
||||
<kibana-panel ng-controller='table'>
|
||||
<div style="height:{{row.height}};overflow-y:auto;overflow-x:auto">
|
||||
<table class="table table-condensed table-striped" ng-style="panel.style">
|
||||
<thead>
|
||||
@@ -15,4 +14,4 @@
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</kibana-panel>
|
||||
Reference in New Issue
Block a user