mirror of
https://github.com/unraid/webgui.git
synced 2026-04-30 23:09:42 -05:00
Docker: fixed basic/advanced switch when adding a new container
This commit is contained in:
@@ -667,7 +667,6 @@ $(function() {
|
||||
var status = $(this).is(':checked');
|
||||
toggleRows('advanced', status, 'basic');
|
||||
load_contOverview();
|
||||
$("#catSelect").dropdownchecklist("destroy");
|
||||
$("#catSelect").dropdownchecklist({emptyText:'_(Select categories)_...', maxDropHeight:200, width:300, explicitClose:'..._(close)_'});
|
||||
});
|
||||
});
|
||||
@@ -760,7 +759,7 @@ _(Repository)_:
|
||||
<div markdown="1" class="<?=$authoring?>">
|
||||
_(Categories)_:
|
||||
: <input type="hidden" name="contCategory">
|
||||
<select id="catSelect" size="1" multiple="multiple" style="display:none" onchange="prepareCategory();">
|
||||
<select id="catSelect" multiple="multiple" style="display:none" onchange="prepareCategory();">
|
||||
<optgroup label="_(Categories)_">
|
||||
<option value="Backup:">_(Backup)_</option>
|
||||
<option value="Cloud:">_(Cloud)_</option>
|
||||
|
||||
Reference in New Issue
Block a user