mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge pull request #26 from johanwiren/add_title_on_import
Sets graph title when importing from graphite
This commit is contained in:
commit
76b535a2e4
@ -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, _) {
|
||||
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user