custom: remove backups.configurable

This commit is contained in:
Girish Ramakrishnan
2020-02-04 12:49:36 -08:00
parent db166c4f29
commit 99bce50b4d
+3 -3
View File
@@ -176,7 +176,7 @@
<span>{{ prettyProviderName(backupConfig.provider) }}</span>
</div>
</div>
<div class="row" ng-show="config.uiSpec.backups.configurable">
<div class="row">
<div class="col-xs-6">
<span class="text-muted">Location</span>
</div>
@@ -188,7 +188,7 @@
</div>
</div>
<div class="row" ng-show="config.uiSpec.backups.configurable">
<div class="row">
<div class="col-xs-6">
<span class="text-muted">Storage Format</span>
</div>
@@ -236,7 +236,7 @@
</p>
</div>
<div class="col-md-4 text-right">
<button class="btn btn-outline btn-primary pull-right" ng-click="configureBackup.show()" ng-disabled="createBackup.busy" ng-show="config.uiSpec.backups.configurable">Configure</button>
<button class="btn btn-outline btn-primary pull-right" ng-click="configureBackup.show()" ng-disabled="createBackup.busy">Configure</button>
<button class="btn btn-outline btn-primary" ng-click="createBackup.startBackup()" ng-show="!createBackup.busy" style="margin-right: 10px">Backup now</button>
<button class="btn btn-outline btn-danger" ng-click="createBackup.stopBackup()" ng-show="createBackup.busy" style="margin-right: 10px">Stop Backup</button>
</div>