mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Merge pull request #50745 from bbinet/fix-grafana-dashboard-update
Fix grafana dashboard updating when nothing has changed
This commit is contained in:
commit
c02387ed1f
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