mirror of
https://github.com/unraid/webgui.git
synced 2026-04-22 18:19:14 -05:00
Add CLONE functionality to user shares and disk shares settings
This commit is contained in:
@@ -124,6 +124,9 @@ $(function() {
|
||||
<?if ($tabbed):?>
|
||||
$('#tab'+$('input[name$="tabs"]').length).bind({click:function(){initDropdown2(true);}});
|
||||
<?endif;?>
|
||||
<?if (count($users)==1):?>
|
||||
$('#cloneuser').prop('disabled',true);
|
||||
<?endif;?>
|
||||
});
|
||||
function initDropdown2(reset) {
|
||||
if (reset) {
|
||||
|
||||
Reference in New Issue
Block a user