Sets graph title when importing from graphite

This commit is contained in:
Johan Wirén 2014-01-24 00:07:43 +01:00
parent d9ada8d94e
commit 6e27f97bc9

View File

@ -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, _) {
});
});
});