mirror of
https://github.com/unraid/webgui.git
synced 2026-04-28 13:59:21 -05:00
Update VMMachines.page
This commit is contained in:
@@ -272,8 +272,8 @@ function loadlist() {
|
||||
}
|
||||
$(function() {
|
||||
<?if ($msg):?>
|
||||
<?#$color = strpos($msg, "rror:")!==false ? 'red-text':'green-text'?>
|
||||
$('#countdown').html("<span class='<?-$color?>'><?=_($msg)?></span>");
|
||||
<?$color = strpos($msg, "rror:")!==false ? 'red-text':'green-text'?>
|
||||
$('#countdown').html("<span class='<?=$color?>'><?=_($msg)?></span>");
|
||||
<?endif;?>
|
||||
$('#btnAddVM').click(function AddVMEvent(){$('.tab>input#tab2').click();});
|
||||
loadlist();
|
||||
|
||||
Reference in New Issue
Block a user