Show the broadcast button if txp fails to send

This commit is contained in:
Gustavo Maximiliano Cortez 2015-01-22 09:54:15 -03:00
parent 02444a9c43
commit 73513b4488
1 changed files with 8 additions and 0 deletions

View File

@ -98,3 +98,11 @@
</div>
</div>
<div class="row collapse" ng-show="!tx.missingSignatures && !tx.sentTs">
<button class="primary tiny m0 expand"
ng-click="broadcast(tx.ntxid)"
ng-disabled="loading"> <i class="fi-upload-cloud"></i>
<span translate>Broadcast Transaction</span>
</button>
</div>