From 6e27f97bc932d209fca78098c5d05124efd7fabf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Wir=C3=A9n?= Date: Fri, 24 Jan 2014 00:07:43 +0100 Subject: [PATCH] Sets graph title when importing from graphite --- src/app/controllers/graphiteImport.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 +});