mirror of
https://github.com/unraid/webgui.git
synced 2026-01-09 02:59:52 -06:00
Update PowerMode.page
This commit is contained in:
@@ -38,7 +38,7 @@ function preparePowermode(form) {
|
||||
}
|
||||
$(function(){
|
||||
$('input[type=radio]').each(function(){
|
||||
if ($(this).prop('disabled')) $(this).next('span').html(" <i>(_(unsupported)_)</i>");
|
||||
if ($(this).prop('disabled')) $(this).next('span').html(" <i>(_(unavailable)_)</i>");
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user