mirror of
https://github.com/unraid/webgui.git
synced 2026-03-12 13:59:50 -05:00
Dropdown checklist width alignment
This commit is contained in:
@@ -193,7 +193,7 @@ $(function() {
|
||||
var form = document.eth0_settings;
|
||||
<?if ($tabbed && !$disabled):?>
|
||||
$('#tab1').bind({click:function(){
|
||||
$('#bond0').dropdownchecklist('destroy').dropdownchecklist({emptyText:'None', width:130});
|
||||
$('#bond0').dropdownchecklist('destroy').dropdownchecklist({emptyText:'None', width:131});
|
||||
checkBondingSettings(form,true);
|
||||
}});
|
||||
<?endif;?>
|
||||
|
||||
@@ -20,8 +20,8 @@ Icon="share-settings.png"
|
||||
|
||||
<script>
|
||||
$(function() {
|
||||
$("#s1").dropdownchecklist({emptyText:'All', width:300, explicitClose:'...close'});
|
||||
$("#s2").dropdownchecklist({emptyText:'None', width:300, explicitClose:'...close'});
|
||||
$("#s1").dropdownchecklist({emptyText:'All', width:131, explicitClose:'...close'});
|
||||
$("#s2").dropdownchecklist({emptyText:'None', width:131, explicitClose:'...close'});
|
||||
presetShare(document.share_settings);
|
||||
});
|
||||
// Simulate the original input field
|
||||
|
||||
Reference in New Issue
Block a user