Disable DiskIO toggle in non-tabbed mode if requested

This commit is contained in:
gfjardim
2017-01-31 18:39:10 -02:00
committed by GitHub
parent 3e87a7e528
commit bf8b763585

View File

@@ -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):?>