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