dbbackup/json/dbbackup_replications_list.json

17 lines
577 B
JSON

{
"tblname": "dbbackup_replications",
"alias": "dbbackup_replications_list",
"title": "数据库复制配置",
"params": {
"sortby": ["updated_at desc"],
"browserfields": {
"exclouded": ["id", "repl_password"],
"alters": {
"sync_status": {"uitype": "code"},
"enabled": {"uitype": "code", "data": [{"value": "1", "text": "启用"}, {"value": "0", "text": "禁用"}]},
"cluster_id": {"uitype": "code", "valueField": "id", "textField": "name"}
}
}
}
}