some big beautfiul update
This commit is contained in:
@@ -110,6 +110,34 @@
|
||||
"type": "link",
|
||||
"entity": "CPuls",
|
||||
"isCustom": true
|
||||
},
|
||||
"xaiId": {
|
||||
"type": "varchar",
|
||||
"maxLength": 255,
|
||||
"isCustom": true
|
||||
},
|
||||
"xaiCollections": {
|
||||
"type": "array",
|
||||
"isCustom": true
|
||||
},
|
||||
"xaiSyncStatus": {
|
||||
"type": "enum",
|
||||
"required": false,
|
||||
"options": [
|
||||
"pending_sync",
|
||||
"clean",
|
||||
"unclean",
|
||||
"failed"
|
||||
],
|
||||
"style": {
|
||||
"pending_sync": "default",
|
||||
"clean": "success",
|
||||
"unclean": "warning",
|
||||
"failed": "danger"
|
||||
},
|
||||
"default": "pending_sync",
|
||||
"tooltip": true,
|
||||
"isCustom": true
|
||||
}
|
||||
},
|
||||
"links": {
|
||||
|
||||
Reference in New Issue
Block a user