1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-20 10:50:08 +03:00

B #6086: Fix fs freeze value when QEMU Agent is selected (#2455)

Signed-off-by: Frederick Borges <fborges@opennebula.io>
(cherry picked from commit d42ee8a1e003f24e81eaa672eafdd4fccabd02c1)
This commit is contained in:
Frederick Borges 2023-01-19 11:23:14 +01:00 committed by Ruben S. Montero
parent 35b43b32fc
commit 8f365a30ae
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -36,7 +36,7 @@
<select id="fs-freeze">
<option value="-" selected>-</option>
<option value="NONE">{{tr "None"}}</option>
<option value="QEMU-AGENT">{{tr "QEMU Agent"}}</option>
<option value="AGENT">{{tr "QEMU Agent"}}</option>
<option value="SUSPEND">{{tr "Suspend"}}</option>
</select>
</div>