1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-05 09:17:41 +03:00

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

This commit is contained in:
Pavel Czerný 2024-09-05 16:38:11 +02:00 committed by GitHub
parent 7b07def90e
commit b2ab5b7c9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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