add DJV to applications

This commit is contained in:
Milan Kolar 2020-10-02 18:36:19 +02:00
parent d7de431855
commit 39891d3644
4 changed files with 59 additions and 12 deletions

View file

@ -75,6 +75,10 @@
{
"type": "schema",
"name": "system_shell_schema"
},
{
"type": "schema",
"name": "system_djv_schema"
}
]
}

View file

@ -0,0 +1,27 @@
{
"type": "dict",
"key": "djvview",
"label": "DJV View",
"collapsable": true,
"checkbox_key": "enabled",
"children": [{
"type": "boolean",
"key": "enabled",
"label": "Enabled"
},
{
"key": "environment",
"label": "Environment",
"type": "raw-json",
"env_group_key": "djvview"
},
{
"type": "schema_template",
"name": "system_host_template",
"template_data": {
"host_version": "1.1",
"host_name": "djvview"
}
}
]
}