fix: Add "no_sync" status to CDokumente translations; update microtime values in config and state files
This commit is contained in:
@@ -128,13 +128,15 @@
|
||||
"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",
|
||||
"tooltip": true,
|
||||
|
||||
Reference in New Issue
Block a user