Remove panel headers since they appear very heavy

This commit is contained in:
Girish Ramakrishnan
2018-05-23 22:12:09 -07:00
parent bcc1e5f79c
commit a34f5f13da

View File

@@ -171,17 +171,18 @@
<h4 class="modal-title">Backup & Restore - {{ appRestore.app.fqdn }}</h4>
</div>
<div class="modal-body">
<h4>Take Backup</h4>
<div class="panel panel-default">
<div class="panel-heading"><h3 class="panel-title">Take Backup</h3></div>
<div class="panel-body">
<div style="vertical-align: middle;">This takes a live snapshot of this application.
<div>This takes a live snapshot of this application.</div>
<div>
<button type="button" class="btn btn-success pull-right" ng-click="appRestore.createBackup()"> Backup</button>
</div>
</div>
</div>
<h4>Restore From Backup</h4>
<div class="panel panel-default">
<div class="panel-heading"><h3 class="panel-title">Restore from Backup</h3></div>
<div class="panel-body">
<p class="text-center" ng-show="appRestore.busyFetching"><i class="fa fa-circle-o-notch fa-spin"></i> Fetching backups</p>
<p class="text-danger" ng-show="appRestore.backups.length === 0 && !appRestore.busyFetching">This app has no backups to restore from.</p>