瀏覽代碼

Fixed graphite import to include all graphs in a dashboard.

Johan Wirén 12 年之前
父節點
當前提交
3ffc04be4d
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/app/controllers/graphiteImport.js

+ 1 - 0
src/app/controllers/graphiteImport.js

@@ -65,6 +65,7 @@ function (angular, app, _) {
       _.each(state.graphs, function(graph) {
         if (currentRow.panels.length === graphsPerRow) {
           currentRow = angular.copy(rowTemplate);
+          newDashboard.rows.push(currentRow);
         }
 
         panel = {