Bug fixes - retest intel tee.

This commit is contained in:
Gabrielbazan7 2017-04-07 17:12:02 -04:00 committed by Andy Phillipson
commit 36cb23015a
10 changed files with 29 additions and 19 deletions

View file

@ -7,13 +7,13 @@
<ion-content>
<div ng-include="'views/includes/walletItem.html'"></div>
<div ng-if="!hasEmbeddedHardware">
<div ng-if="!externalSource.isEmbeddedHardware">
<div ng-if="!hardwareConnected" class="info centered">
<span translate>No hardware information available.</span>
</div>
</div>
<div ng-if="hasEmbeddedHardware">
<div ng-if="externalSource.isEmbeddedHardware">
<div ng-if="!hardwareConnected" class="warning centered">
<span translate>Hardware not connected.</span><br>
<span translate>Check installation and retry.</span>