Added column panel, refactored panel adding from rows to include panel specific parameters. Moved call to init function to template to avoid double init

This commit is contained in:
Rashid Khan
2013-03-05 09:54:29 -07:00
parent 30f036ad3e
commit 8e15414852
43 changed files with 205 additions and 67 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
<kibana-panel ng-controller='table'>
<div style="height:{{row.height}};overflow-y:auto;overflow-x:auto">
<kibana-panel ng-controller='table' ng-init='init()'>
<div style="height:{{panel.height}};overflow-y:auto;overflow-x:auto">
<div class="row-fluid">
<div class="span1 offset3" style="text-align:right">
<i ng-click="panel.offset = 0;get_data();" ng-show="panel.offset > 0" class='icon-circle-arrow-left pointer'></i>