diff --git a/plugins/dynamix/NewConfig.page b/plugins/dynamix/NewConfig.page index b0d4a1948..93cd955fa 100644 --- a/plugins/dynamix/NewConfig.page +++ b/plugins/dynamix/NewConfig.page @@ -19,11 +19,23 @@ $disabled = $var['fsState']=="Started" || !$superdat ? 'disabled' : ''; ?> - +$(function() { + $('#s1').dropdownchecklist({emptyText:'None', width:131, firstItemChecksAll:true, explicitClose:'...close'}); + + $('#s1').dropdownchecklist('disable'); + +}); + This is a utility to reset the array disk configuration so that all disks appear as "New" disks, as if it were a fresh new server. @@ -43,33 +61,25 @@ if it were a fresh new server. This is useful when you have added or removed multiple drives and wish to rebuild parity based on the new configuration. -Use the *'Preset current configuration'* selection to populate the desired disk slots ***after*** the array has been reset. By default all disk slots currently present are populated. +Use the *'Preset current configuration'* selection to populate the desired disk slots ***after*** the array has been reset. By default **no** disk slots are populated. **DO NOT USE THIS UTILITY THINKING IT WILL REBUILD A FAILED DRIVE** - it will have the opposite effect of making it ***impossible*** to rebuild an existing failed drive - you have been warned! +