- Add hermes_executions, hermes_tasks, hermes_workflows, task_dependencies models - Add harnessed_agent_config model and view CRUD JSON - Add config_functions.py for agent configuration - Add agent_config.ui and ios_design.css frontend files
21 lines
619 B
JSON
21 lines
619 B
JSON
{
|
|
"tblname": "harnessed_agent_config",
|
|
"alias": "harnessed_agent_config_view",
|
|
"title": "Agent Configuration",
|
|
"params": {
|
|
"logined_userid": "user_id",
|
|
"confidential_fields": [],
|
|
"browserfields": {
|
|
"alters": {
|
|
"auto_cleanup_enabled": {
|
|
"uitype": "code",
|
|
"data": [
|
|
{"value": "1", "text": "Enabled"},
|
|
{"value": "0", "text": "Disabled"}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"editexclouded": ["id", "user_id", "created_at"]
|
|
}
|
|
} |