diff --git a/src/app/controllers/graphiteImport.js b/src/app/controllers/graphiteImport.js index 664eafa4f45..79f22209fae 100644 --- a/src/app/controllers/graphiteImport.js +++ b/src/app/controllers/graphiteImport.js @@ -70,6 +70,7 @@ function (angular, app, _) { panel = { type: 'graphite', span: 12 / graphsPerRow, + title: graph[1].title, targets: [] }; @@ -87,4 +88,4 @@ function (angular, app, _) { }); -}); \ No newline at end of file +});