30 lines
1.1 KiB
JSON
30 lines
1.1 KiB
JSON
{
|
|
"tblname": "harnessed_remote_skills",
|
|
"title": "Remote Skills Management",
|
|
"params": {
|
|
"sortby": ["name"],
|
|
"logined_userid": "user_id",
|
|
"confidential_fields": ["ssh_key_path"],
|
|
"browserfields": {
|
|
"exclouded": ["id", "user_id", "ssh_key_path", "last_deployed", "last_executed", "last_connected", "created_at", "updated_at"],
|
|
"alters": {
|
|
"enabled": {
|
|
"uitype": "code",
|
|
"data": [
|
|
{"value": "1", "text": "Enabled"},
|
|
{"value": "0", "text": "Disabled"}
|
|
]
|
|
},
|
|
"auth_method": {
|
|
"uitype": "code",
|
|
"data": [
|
|
{"value": "key", "text": "SSH Key"},
|
|
{"value": "password", "text": "Password"}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"editexclouded": ["id", "user_id", "last_deployed", "last_executed", "last_connected", "created_at", "updated_at"]
|
|
}
|
|
}
|