Show inline text with backup config downlaod link to avoid prominent button

This commit is contained in:
Johannes Zellner
2020-04-21 11:26:50 +02:00
parent fa08847d6d
commit 0757c20d59

View File

@@ -183,6 +183,10 @@
</span>
</p>
<p>
For Cloudron restore or migration, <a href="" ng-click="downloadConfig()">download</a> the backup configuration.
</p>
<div class="row">
<div class="col-xs-6">
<span class="text-muted">Provider</span>
@@ -256,7 +260,6 @@
<button class="btn btn-outline btn-primary pull-right" ng-show="user.role === 'owner'" 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>
<button class="btn btn-outline btn-primary" ng-click="downloadConfig()" style="margin-right: 10px">Download Configuration</button>
</div>
</div>
</div>