Compare commits
No commits in common. "f26384ac483010f9c084051c44fcdb3a7715389d" and "88eaba362d219ab5b2dc8d72430ea4297303e757" have entirely different histories.
f26384ac48
...
88eaba362d
17
json/jumperhost.json
Normal file
17
json/jumperhost.json
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -1,14 +0,0 @@
|
|||||||
{
|
|
||||||
"tblname": "serve_status",
|
|
||||||
"title":"服务状态",
|
|
||||||
"params": {
|
|
||||||
"sortby":"change_time",
|
|
||||||
"browserfields": {
|
|
||||||
"exclouded": ["id"],
|
|
||||||
"alters": {}
|
|
||||||
},
|
|
||||||
"editexclouded": [
|
|
||||||
"id"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,14 +0,0 @@
|
|||||||
{
|
|
||||||
"tblname": "service_log",
|
|
||||||
"title":"服务日志",
|
|
||||||
"params": {
|
|
||||||
"logined_userid":"ownerid",
|
|
||||||
"browserfields": {
|
|
||||||
"exclouded": ["id", "ownerid"],
|
|
||||||
"alters": {}
|
|
||||||
},
|
|
||||||
"editexclouded": [
|
|
||||||
"id", "ownerid"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,27 +0,0 @@
|
|||||||
{
|
|
||||||
"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