Overwrite existing DNS records in repair

This commit is contained in:
Girish Ramakrishnan
2019-09-27 15:39:11 -07:00
parent 417640cfbe
commit 47282afa22
2 changed files with 5 additions and 2 deletions

View File

@@ -111,9 +111,10 @@
<h4 class="modal-title">Repair {{ app.fqdn }}</h4>
</div>
<div class="modal-body">
<p>The <b>{{ app.error.task | taskName }}</b> operation failed. Click repair to retry.</p>
<p>The <b>{{ app.error.task | taskName }}</b> operation failed with the following error:</p>
<p class="text-danger">{{ app.error.reason + ': ' + app.error.message }}</p>
<div class="form-group" ng-show="repair.location && repair.domain">
<p>Cloudron will repair the app to use the following domains:</p>
<label class="control-label">Location</label>
<div class="input-group form-inline">
<input type="text" class="form-control" ng-model="repair.location" name="location" placeholder="{{ 'Leave empty to use bare domain' }}" autofocus>