Implement intel tee version detection.
This commit is contained in:
parent
8c00fe27aa
commit
80f3b70784
4 changed files with 36 additions and 4 deletions
|
|
@ -1,10 +1,19 @@
|
|||
<ion-view>
|
||||
<ion-nav-bar class="bar-royal">
|
||||
<ion-nav-title>{{externalSource}}</ion-nav-title>
|
||||
<ion-nav-title>{{externalSource.longName}}</ion-nav-title>
|
||||
<ion-nav-back-button>
|
||||
</ion-nav-back-button>
|
||||
</ion-nav-bar>
|
||||
<ion-content>
|
||||
<div class="list">
|
||||
<div class="item">
|
||||
<span translate>Version</span>
|
||||
<span class="item-note">
|
||||
{{externalSource.version}}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="padding">
|
||||
<button class="button button-standard button-assertive" ng-click="showMneumonicFromHardwarePopup()">
|
||||
{{'Show Recovery Phrase'|translate}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue