Compare commits
2 Commits
88eaba362d
...
f26384ac48
| Author | SHA1 | Date | |
|---|---|---|---|
| f26384ac48 | |||
| 2a81443578 |
@ -1,17 +0,0 @@
|
||||
{
|
||||
"models_dir": "${HOME}$/py/msp/models",
|
||||
"output_dir": "${HOME}$/py/sage/wwwroot/_a/jumperhost",
|
||||
"dbname": "sage",
|
||||
"tblname": "jumperhost",
|
||||
"title":"跳板主机",
|
||||
"params": {
|
||||
"sortby":"stepno",
|
||||
"browserfields": {
|
||||
"exclouded": ["id", "jumperid"],
|
||||
"cwidth": {}
|
||||
},
|
||||
"editexclouded": [
|
||||
"id", "jumperid"
|
||||
]
|
||||
}
|
||||
}
|
||||
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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user