Some big update
This commit is contained in:
@@ -66,18 +66,16 @@
|
||||
"type": "enum",
|
||||
"required": false,
|
||||
"options": [
|
||||
"neu",
|
||||
"import",
|
||||
"synced",
|
||||
"unclean",
|
||||
"pending_sync"
|
||||
"pending_sync",
|
||||
"failed"
|
||||
],
|
||||
"style": {
|
||||
"neu": "primary",
|
||||
"import": "info",
|
||||
"synced": "success",
|
||||
"unclean": "warning",
|
||||
"pending_sync": "default"
|
||||
"pending_sync": "default",
|
||||
"failed": "danger"
|
||||
},
|
||||
"default": "unclean",
|
||||
"tooltip": true,
|
||||
@@ -95,12 +93,14 @@
|
||||
"required": false,
|
||||
"options": [
|
||||
"new",
|
||||
"import",
|
||||
"active",
|
||||
"paused",
|
||||
"deactivated"
|
||||
],
|
||||
"style": {
|
||||
"new": "primary",
|
||||
"import": "info",
|
||||
"active": "success",
|
||||
"paused": "warning",
|
||||
"deactivated": "danger"
|
||||
|
||||
Reference in New Issue
Block a user