Fixup repair text

This commit is contained in:
Girish Ramakrishnan
2019-09-23 23:28:14 -07:00
parent aac2aaa999
commit 47725e57b0
2 changed files with 26 additions and 5 deletions

View File

@@ -111,7 +111,7 @@
<h4 class="modal-title">Repair {{ app.fqdn }}</h4>
</div>
<div class="modal-body">
<p>The app task <b>{{ app.error.task | installationStateLabel:user }}</b> failed. Repair will attempt to retry.</p>
<p>The <b>{{ app.error.task | taskName }}</b> operation failed. Click repair to retry.</p>
<p class="text-danger">{{ app.error.message }}</p>
<div class="form-group" ng-show="repair.location && repair.domain">
<label class="control-label">Location</label>
@@ -719,7 +719,7 @@
<label class="control-label">Repair</label>
<p>Use the repair button to retry failed operations.</p>
<p ng-show="app.error">An error occurred during the previous operation: <span class="text-danger"><b>{{ app.error.message }}</b></span></p>
<p ng-show="app.error">An error occurred during the <b>{{ app.error.task | taskName }}</b> operation: <span class="text-danger"><b>{{ app.error.message }}</b></span></p>
<button class="btn btn-success pull-right" ng-click="repair.show()" ng-disabled="!app.error">Repair</button>
<button class="btn btn-danger pull-right" ng-click="debug.stopAppTask(app.taskId)" ng-show="app.taskId">Cancel Current Task</button>