Prevent angular errors when there is no appError.app set yet

This commit is contained in:
Johannes Zellner
2019-09-07 09:24:39 +02:00
parent 2e60a9d43c
commit 84dec337f0
3 changed files with 5 additions and 3 deletions

View File

@@ -456,7 +456,7 @@
<h4 class="modal-title">Error for {{ appError.app.fqdn }}</h4>
</div>
<div class="modal-body">
<p>{{ appError.app | prettyAppMessage }}</p>
<p>{{ appError.app | prettyAppErrorMessage }}</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary pull-left" ng-click="appConfigure.show(appError.app)" autofocus>Repair</button>