Only show error message if also set

This commit is contained in:
Johannes Zellner
2019-09-23 16:27:05 +02:00
parent fe6baf8dba
commit f283618209

View File

@@ -673,7 +673,7 @@
<br/>
Installed <span class="app-info-meta text-small">{{ app.creationTime | prettyDate }}</a> </span>
<br/>
<span ng-show="app.error" class="text-danger"><br/>Error: <b>{{ app.error.message }}</b><br/></span>
<span ng-show="app.error" class="text-danger"><br/>Error <b ng-show="app.error.message">{{ app.error.message }}</b><br/></span>
</div>
</div>
</div>