fix: Update synchronization status messages and add "no_sync" option; adjust microtime and cacheTimestamp in config and state files; add beforeSaveScripts for Advoware sync status management
This commit is contained in:
@@ -80,15 +80,17 @@
|
||||
"pending_sync",
|
||||
"clean",
|
||||
"unclean",
|
||||
"failed"
|
||||
"failed",
|
||||
"no_sync"
|
||||
],
|
||||
"style": {
|
||||
"pending_sync": "default",
|
||||
"clean": "success",
|
||||
"unclean": "warning",
|
||||
"failed": "danger"
|
||||
"failed": "danger",
|
||||
"no_sync": null
|
||||
},
|
||||
"default": "pending_sync",
|
||||
"default": "no_sync",
|
||||
"tooltip": true,
|
||||
"isCustom": true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user