mirror of
https://github.com/unraid/webgui.git
synced 2026-01-05 17:20:04 -06:00
Merge pull request #1457 from SimonFair/Disable-VM-Manager-Autostart
Create VM autostart disable option
This commit is contained in:
@@ -1581,6 +1581,10 @@ Make sure any newly entered values represent the selected temperature unit.
|
||||
Stopping the VM Manager will first attempt to shutdown all running VMs. After 60 seconds, any remaining VM instances will be terminated.
|
||||
:end
|
||||
|
||||
:vms_disable_help:
|
||||
Stop VMs from Autostarting when VM Manager starts.
|
||||
:end
|
||||
|
||||
:vms_libvirt_volume_help:
|
||||
This is the libvirt volume.
|
||||
:end
|
||||
|
||||
@@ -99,6 +99,14 @@ _(Enable VMs)_:
|
||||
|
||||
:vms_enable_help:
|
||||
|
||||
_(Disable Autostart VMs)_:
|
||||
: <select id="DISABLE" name="DISABLE">
|
||||
<?= mk_option(htmlspecialchars($domain_cfg['DISABLE']), 'no', _('No'))?>
|
||||
<?= mk_option(htmlspecialchars($domain_cfg['DISABLE']), 'yes', _('Yes'))?>
|
||||
</select>
|
||||
|
||||
:vms_disable_help:
|
||||
|
||||
<?if ($hardware):?>
|
||||
<div class="advanced" markdown="1">
|
||||
<?if ($libvirt_up):?>
|
||||
|
||||
Reference in New Issue
Block a user