Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
HAWKULAR-999
Browse files Browse the repository at this point in the history
  • Loading branch information
cardosogabriel committed Feb 2, 2016
1 parent a9bf347 commit f09f229
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions console/src/main/scripts/plugins/accounts/html/tokens.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,21 +71,14 @@ <h2 class="card-pf-title">
<input ng-model="controller.newDescriptions[token.id]" placeholder="Description" class="form-control hk-form-buttons-offset"/>
</div>

<img
height="50"
width="50"
class="pull-right hk-cursor-pointer"
tooltip-trigger
tooltip="Click to expand"
ng-src="/secret-store/qrcode?tokenId={{token.id}}&size=50"
ng-click="controller.showQRCode(token)"/>

<p>
<small><b>Key:</b> {{token.id}}</small><br/>
<small><b>Secret:</b> {{token.secret}}</small><br/>
<small><b>Persona:</b> {{controller.personaForToken(token)}}</small><br/>
</p>

<button class="btn btn-default" ng-click="controller.showQRCode(token)"><i class="fa fa-qrcode"></i> Get QR Code</button>

</div>
<div class="card-pf-footer">
<button type="button"
Expand Down

0 comments on commit f09f229

Please sign in to comment.