Remove debug code and fixup ISTATE usage

This commit is contained in:
Johannes Zellner
2019-09-23 16:53:48 +02:00
parent f283618209
commit 1efe82dda2
2 changed files with 2 additions and 4 deletions

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 ng-show="app.error.message">{{ app.error.message }}</b><br/></span>
<span ng-show="app.error" class="text-danger"><br/>Error: <b>{{ app.error.message }}</b><br/></span>
</div>
</div>
</div>