bugfix
This commit is contained in:
parent
2a81443578
commit
f26384ac48
14
json/serve_status.json
Normal file
14
json/serve_status.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"tblname": "serve_status",
|
||||
"title":"服务状态",
|
||||
"params": {
|
||||
"sortby":"change_time",
|
||||
"browserfields": {
|
||||
"exclouded": ["id"],
|
||||
"alters": {}
|
||||
},
|
||||
"editexclouded": [
|
||||
"id"
|
||||
]
|
||||
}
|
||||
}
|
||||
14
json/service_log.json
Normal file
14
json/service_log.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"tblname": "service_log",
|
||||
"title":"服务日志",
|
||||
"params": {
|
||||
"logined_userid":"ownerid",
|
||||
"browserfields": {
|
||||
"exclouded": ["id", "ownerid"],
|
||||
"alters": {}
|
||||
},
|
||||
"editexclouded": [
|
||||
"id", "ownerid"
|
||||
]
|
||||
}
|
||||
}
|
||||
27
json/techservice.json
Normal file
27
json/techservice.json
Normal file
@ -0,0 +1,27 @@
|
||||
{
|
||||
"tblname": "techservice",
|
||||
"title":"服务",
|
||||
"params": {
|
||||
"sortby":"name",
|
||||
"logined_userid":"ownerid",
|
||||
"browserfields": {
|
||||
"exclouded": ["id", "ownerid"],
|
||||
"alters": {}
|
||||
},
|
||||
"editexclouded": [
|
||||
"id", "ownerid"
|
||||
],
|
||||
"subtables":[
|
||||
{
|
||||
"field":"serveid",
|
||||
"title":"服务状态",
|
||||
"subtable":"serve_status"
|
||||
},
|
||||
{
|
||||
"field":"serveid",
|
||||
"title":"服务日志",
|
||||
"subtable":"service_log"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user