Commit 034498e5 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_jio: add class to collapse the subforms on parameters.

parent ab126a64
......@@ -259,6 +259,7 @@
div_input = document.createElement("div");
div_input.setAttribute("class", "input");
if (json_field.properties[key].type === 'object') {
label.setAttribute("class", "slapos-parameter-dict-key");
div_input = render_subform(json_field.properties[key],
default_dict[key],
div_input,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment