fixed example template

This commit is contained in:
iLLiCiTiT 2020-10-02 14:17:28 +02:00
parent 39cf227447
commit be135af8ce

View file

@ -1,13 +1,13 @@
[
{
"type": "rawj-json",
"label": "{env_label}",
"key": "{env_group_key}",
"env_group_key": "{env_group_key}"
"type": "raw-json",
"label": "{host_label} Environments",
"key": "{host_name}_environments",
"env_group_key": "{host_name}"
}, {
"type": "path-widget",
"key": "executable_paths",
"label": "{executable_label} - Full paths to executables",
"key": "{host_name}_executables",
"label": "{host_label} - Full paths to executables",
"multiplatform": true,
"multipath": true
}