mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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