provisioning: only update dashboard if hash of json changed

This commit is contained in:
bergquist
2018-05-31 21:05:52 +02:00
parent 44f5b92fbc
commit c817aecd66
7 changed files with 90 additions and 11 deletions
+1
View File
@@ -254,6 +254,7 @@ type DashboardProvisioning struct {
DashboardId int64
Name string
ExternalId string
CheckSum string
Updated int64
}