mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix grafana dashboard updating when nothing has changed
The new field "uid" (from grafana5) must be ignored: it will always differ as it is generated server side by grafana when creating the dashboard.
This commit is contained in:
parent
ae81498a5e
commit
7019d47ce9
1 changed files with 1 additions and 0 deletions
|
@ -247,6 +247,7 @@ def absent(name, orgname=None, profile='grafana'):
|
|||
|
||||
_IGNORED_DASHBOARD_FIELDS = [
|
||||
'id',
|
||||
'uid',
|
||||
'originalTitle',
|
||||
'version',
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue