add options to show the private key

This commit is contained in:
Matias Alejo Garcia 2014-08-20 14:06:37 -04:00
commit fea90215d4
2 changed files with 13 additions and 2 deletions

View file

@ -17,5 +17,10 @@
</div>
</div>
</div>
<div class="oh large-12 columns panel" ng-if="priv">
<h3><i class="fi-minus-circle m10r"></i> Master Private Key </h3>
<p class="large-8 columns text-gray">
{{priv}}
</div>
</div>