added grafana version info to dashboard settings, and link to releases.
This commit is contained in:
@@ -32,6 +32,10 @@ module.exports = function(grunt) {
|
||||
{
|
||||
pattern: /@REV@/,
|
||||
replacement: desc.object
|
||||
},
|
||||
{
|
||||
pattern: /@grafanaVersion@/,
|
||||
replacement: 'v<%= pkg.version %>'
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user