mirror of
https://github.com/unraid/webgui.git
synced 2026-01-17 15:10:02 -06:00
Disable DiskIO toggle in non-tabbed mode if requested
This commit is contained in:
@@ -102,7 +102,7 @@ parity_status();
|
||||
<?if ($tabbed):?>
|
||||
$('.tabs').append(ctrl);
|
||||
<?else:?>
|
||||
$('div[id=title]:not(":last")').each(function(){$(this).append(ctrl);});
|
||||
$('div[id=title]:not(":last, .disable_diskio")').each(function(){$(this).append(ctrl);});
|
||||
<?endif;?>
|
||||
<?if ($update):?>
|
||||
<?if ($tabbed):?>
|
||||
|
||||
Reference in New Issue
Block a user