mirror of
https://github.com/unraid/webgui.git
synced 2026-02-07 01:19:08 -06:00
Plugin: disable version select when reboot is required
This commit is contained in:
@@ -89,6 +89,7 @@ function loadlist(id,check) {
|
||||
case 'return' : updateInfo(data); break;
|
||||
case 'install': list.find(tr).remove(); list.append(warning(data)); break;
|
||||
}
|
||||
$('#change_branch').prop('disabled',true);
|
||||
} else {
|
||||
<?if (!$reboot):?>
|
||||
updateInfo(data);
|
||||
|
||||
Reference in New Issue
Block a user