diff --git a/plugins/dynamix.docker.manager/include/CreateDocker.php b/plugins/dynamix.docker.manager/include/CreateDocker.php
index 1c4aa41eb..6afeaf9ae 100644
--- a/plugins/dynamix.docker.manager/include/CreateDocker.php
+++ b/plugins/dynamix.docker.manager/include/CreateDocker.php
@@ -701,6 +701,9 @@ $showAdditionalInfo = '';
.label-warning{background-color:#f89406;}
.label-success{background-color:#468847;}
.label-important{background-color:#b94a48;}
+ .selectVariable{
+ width: 320px;
+ }
@@ -724,9 +727,10 @@ $showAdditionalInfo = '';
$('.advanced-switch').switchButton({ labels_placement: "left", on_label: 'Advanced View', off_label: 'Basic View'});
$('.advanced-switch').change(function () {
var status = $(this).is(':checked');
- toggleRows('advanced,.hidden', status, 'basic');
- $("#catSelect").dropdownchecklist("destroy");
- $("#catSelect").dropdownchecklist({emptyText:'Select categories...', maxDropHeight:150, width:300, explicitClose:'...close'});
+ toggleRows('advanced', status, 'basic');
+ load_contOverview();
+ $("#catSelect").dropdownchecklist("destroy");
+ $("#catSelect").dropdownchecklist({emptyText:'Select categories...', maxDropHeight:200, width:300, explicitClose:'...close'});
});
});
@@ -766,7 +770,7 @@ $showAdditionalInfo = '';
opts.Buttons,
(opts.Required == "true") ? "required" : ""
);
- newConfig = "
"+newConfig+"
";
+ newConfig = ""+newConfig+"
";
newConfig = $($.parseHTML(newConfig));
value = newConfig.find("input[name='confValue[]']");
if (opts.Type == "Path") {
@@ -775,7 +779,7 @@ $showAdditionalInfo = '';
value.attr("onclick", "openFileBrowser(this,$(this).val(),'',false,true);")
} else if (opts.Type == "Variable" && opts.Default.split("|").length > 1) {
var valueOpts = opts.Default.split("|");
- var newValue = "