lint: indent

This commit is contained in:
Girish Ramakrishnan
2019-12-16 12:54:24 -08:00
parent c865aaed6f
commit bcb6182be3

View File

@@ -781,17 +781,17 @@
</div>
<div class="card" ng-show="view === 'uninstall'">
<div class="row">
<div class="col-md-12">
<label class="control-label">Uninstall</label>
<p>This will uninstall the app immediately and remove all it's data. The site will be inaccessible.
</p>
<p>App backups are not removed and will be cleaned up based on the backup policy. You can resurrect this app from an existing
app backup using the following <a target="_blank" ng-href="{{ config.webServerOrigin }}/documentation/backups/#restoring-uninstalled-app">instructions</a>.</p>
<button class="btn btn-danger pull-right" ng-click="uninstall.ask()">Uninstall</button>
</div>
<div class="row">
<div class="col-md-12">
<label class="control-label">Uninstall</label>
<p>This will uninstall the app immediately and remove all it's data. The site will be inaccessible.
</p>
<p>App backups are not removed and will be cleaned up based on the backup policy. You can resurrect this app from an existing
app backup using the following <a target="_blank" ng-href="{{ config.webServerOrigin }}/documentation/backups/#restoring-uninstalled-app">instructions</a>.</p>
<button class="btn btn-danger pull-right" ng-click="uninstall.ask()">Uninstall</button>
</div>
</div>
</div>
</div>
</div>