17 lines
737 B
JSON
17 lines
737 B
JSON
{
|
|
"tblname": "dbbackup_records",
|
|
"alias": "dbbackup_records_list",
|
|
"title": "数据库备份记录",
|
|
"params": {
|
|
"sortby": ["started_at desc"],
|
|
"browserfields": {
|
|
"exclouded": ["id"],
|
|
"alters": {
|
|
"backup_type": {"uitype": "code", "data": [{"value": "full", "text": "全量"}, {"value": "incremental", "text": "增量"}]},
|
|
"status": {"uitype": "code", "data": [{"value": "running", "text": "进行中"}, {"value": "success", "text": "成功"}, {"value": "failed", "text": "失败"}, {"value": "expired", "text": "已过期"}]},
|
|
"job_id": {"uitype": "code", "valueField": "id", "textField": "job_name"}
|
|
}
|
|
}
|
|
}
|
|
}
|