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">
|
<span ng-show="tx.finallyRejected" class="text-warning">
|
||||||
Transaction finally rejected
|
Transaction finally rejected
|
||||||
</span>
|
</span>
|
||||||
<p class="small" ng-show="!tx.missingSignatures && tx.sentTs">
|
<div ng-show="!tx.missingSignatures && tx.sentTs">
|
||||||
<i class="fi-arrow-right size-40"></i>
|
<span>
|
||||||
Sent at {{tx.sentTs | date:'medium'}} |
|
Sent
|
||||||
Transaction ID:
|
</span>
|
||||||
|
<p class="text-gray small">
|
||||||
|
{{tx.sentTs | date:'medium'}}.
|
||||||
|
ID:
|
||||||
<a href="http://{{getShortNetworkName()}}.insight.is/tx/{{tx.sentTxid}}" target="blank">
|
<a href="http://{{getShortNetworkName()}}.insight.is/tx/{{tx.sentTxid}}" target="blank">
|
||||||
{{tx.sentTxid}}
|
{{tx.sentTxid}}
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
</div>
|
||||||
<p class="text-gray" ng-show="!tx.finallyRejected && tx.missingSignatures==1">
|
<p class="text-gray" ng-show="!tx.finallyRejected && tx.missingSignatures==1">
|
||||||
One signature missing
|
One signature missing
|
||||||
</p>
|
</p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue