Add 'pending_sync' status to syncStatus in CAIKnowledge and CAdvowareAkten entities; update tooltips and API documentation
This commit is contained in:
@@ -52,11 +52,13 @@
|
||||
"required": false,
|
||||
"options": [
|
||||
"synced",
|
||||
"unclean"
|
||||
"unclean",
|
||||
"pending_sync"
|
||||
],
|
||||
"style": {
|
||||
"synced": "success",
|
||||
"unclean": "warning"
|
||||
"unclean": "warning",
|
||||
"pending_sync": "info"
|
||||
},
|
||||
"default": "unclean",
|
||||
"tooltip": true,
|
||||
|
||||
Reference in New Issue
Block a user