better tx sent look
This commit is contained in:
parent
66c1588fef
commit
a6f5300b21
1 changed files with 8 additions and 4 deletions
12
index.html
12
index.html
|
|
@ -427,14 +427,18 @@
|
|||
<span ng-show="tx.finallyRejected" class="text-warning">
|
||||
Transaction finally rejected
|
||||
</span>
|
||||
<p class="small" ng-show="!tx.missingSignatures && tx.sentTs">
|
||||
<i class="fi-arrow-right size-40"></i>
|
||||
Sent at {{tx.sentTs | date:'medium'}} |
|
||||
Transaction ID:
|
||||
<div ng-show="!tx.missingSignatures && tx.sentTs">
|
||||
<span>
|
||||
Sent
|
||||
</span>
|
||||
<p class="text-gray small">
|
||||
{{tx.sentTs | date:'medium'}}.
|
||||
ID:
|
||||
<a href="http://{{getShortNetworkName()}}.insight.is/tx/{{tx.sentTxid}}" target="blank">
|
||||
{{tx.sentTxid}}
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
<p class="text-gray" ng-show="!tx.finallyRejected && tx.missingSignatures==1">
|
||||
One signature missing
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue