Browse Source

Fix for empty row height

Rashid Khan 12 years ago
parent
commit
eb5514911b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      partials/dashboard.html

+ 1 - 1
partials/dashboard.html

@@ -2,7 +2,7 @@
 <div class="row-fluid container" style="margin-top:10px">
   <!-- Rows -->
   <div ng-controller="dashcontrol" ng-init="init()"></div>
-  <div class="row-fluid kibana-row" ng-controller="RowCtrl" ng-repeat="(row_name, row) in dashboards.rows">
+  <div class="row-fluid kibana-row" ng-controller="RowCtrl" ng-repeat="(row_name, row) in dashboards.rows" style="min-height:{{row.height}};">
     <div class="row-control">
       <div class="row-fluid row-header" style="padding:0px;margin:0px;height:0px">
         <div style="vertical-align:bottom">