msp/json/hostdev.json
2024-11-01 15:53:32 +08:00

33 lines
637 B
JSON

{
"models_dir": "${HOME}$/py/msp/models",
"output_dir": "${HOME}$/py/sage/wwwroot/_a/hostdev",
"dbname": "sage",
"tblname": "hostdev",
"title":"主机",
"params": {
"sortby":"name",
"logined_userid":"ownerid",
"browserfields": {
"exclouded": ["id", "ownerid"],
"cwidth": {}
},
"editexclouded": [
"id", "ownerid"
],
"subtables":[
{
"field":"hostid",
"title":"跳板",
"url":"../jumper",
"subtable":"jumper"
},
{
"field":"hostid",
"title":"终端",
"url":"../xterm",
"subtable":"xterm"
}
]
}
}