retentionSecs is now retentionPolicy
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
</div>
|
||||
|
||||
<div class="form-group" ng-show="configureBackup.provider !== 'noop'">
|
||||
<label class="control-label" for="storageRetention">Retention Time</label>
|
||||
<label class="control-label" for="storageRetention">Retention Policy</label>
|
||||
<select class="form-control" id="storageRetention" ng-model="configureBackup.retentionPolicy" ng-options="a.value as a.name for a in retentionPolicies"></select>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user