lint: indent
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user