dbbackup/json/dbbackup_jobs_list.json

18 lines
764 B
JSON

{
"tblname": "dbbackup_jobs",
"alias": "dbbackup_jobs_list",
"title": "数据库备份任务",
"params": {
"sortby": ["updated_at desc"],
"browserfields": {
"exclouded": ["id"],
"alters": {
"backup_type": {"uitype": "code", "data": [{"value": "full", "text": "全量"}, {"value": "incremental", "text": "增量"}]},
"compress": {"uitype": "code", "data": [{"value": "1", "text": "压缩"}, {"value": "0", "text": "不压缩"}]},
"enabled": {"uitype": "code", "data": [{"value": "1", "text": "启用"}, {"value": "0", "text": "禁用"}]},
"cluster_id": {"uitype": "code", "valueField": "id", "textField": "name"}
}
}
}
}