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

B #6532: Sunstone fix backup volatile disk checkmark (#3216)

(cherry picked from commit b2ab5b7c9c1420ad11322a17289fb7f7fa4811a7)
This commit is contained in:
Pavel Czerný 2024-09-05 16:38:11 +02:00 committed by Ruben S. Montero
parent c546ed5240
commit ab0badcb1c
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -99,9 +99,7 @@ define(function(require) {
var mode = _getValue(idsElements.mode, context);
var increment_mode = _getValue(idsElements.increment_mode, context);
if (backupVolatile){
backupConfigJSON['BACKUP_VOLATILE'] = 'YES'
}
backupConfigJSON['BACKUP_VOLATILE'] = backupVolatile ? 'YES' : 'NO';
if (fsFreeze !== '-' ){
backupConfigJSON['FS_FREEZE'] = fsFreeze