mirror of
https://github.com/OpenNebula/one.git
synced 2025-01-05 09:17:41 +03:00
parent
7b07def90e
commit
b2ab5b7c9c
@ -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…
Reference in New Issue
Block a user