mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
(cherry picked from commit b2ab5b7c9c1420ad11322a17289fb7f7fa4811a7)
This commit is contained in:
parent
c546ed5240
commit
ab0badcb1c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user