hostwatch/json/hostwatch_logs_list.json

16 lines
377 B
JSON

{
"tblname": "hostwatch_logs",
"alias": "hostwatch_logs_list",
"title": "节点日志",
"params": {
"sortby": ["logged_at desc"],
"browserfields": {
"exclouded": ["id", "message"],
"alters": {
"log_level": {"uitype": "code"},
"category": {"uitype": "code"}
}
}
}
}