0.899
This commit is contained in:
@@ -677,6 +677,7 @@
|
||||
{
|
||||
text-align: left;
|
||||
width: 90px;
|
||||
font-size: small;
|
||||
}
|
||||
td.hash
|
||||
{
|
||||
@@ -890,11 +891,10 @@
|
||||
|
||||
<table id="grid_accounts" class="grid">
|
||||
<tr>
|
||||
<th id="Item.Num" class="num">ID</th>
|
||||
<th id="(RetHistoryAccount(Item))" class="num">ID</th>
|
||||
<th id="SUM_TO_STRING(Item.Value)" class="sum bold">Amount</th>
|
||||
<th id="CurrencyNameItem(Item)" data-name="Currency" class="cur hint">Currency</th>
|
||||
<th id="Item.Name" data-name="Account name" class="accname hint">Name</th>
|
||||
<!--<th id="Item.Adviser" data-name="Adviser" class="snum hint">Adv</th>-->
|
||||
<th id="(RetChangeSmart(Item))" data-name="Smart contract (DApp)" class="smart hint">Smart</th>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -1022,7 +1022,7 @@
|
||||
|
||||
<table id="explorer_accounts" class="grid">
|
||||
<tr>
|
||||
<th id="Item.Num" class="num">ID</th>
|
||||
<th id="(RetHistoryAccount(Item))" class="num">ID</th>
|
||||
<th id="SUM_TO_STRING(Item.Value)" class="sum">Amount</th>
|
||||
<th id="CurrencyNameItem(Item)" class="cur">Cur</th>
|
||||
<th id="Item.Name" class="accname">Name</th>
|
||||
@@ -1049,7 +1049,7 @@
|
||||
<table id="explorer_blocks" class="grid">
|
||||
<tr>
|
||||
<th id="(RetOpenBlock(Item.BlockNum,Item.TrDataLen))" class="num">Num</th>
|
||||
<th id="(DateFromBlock(Item.BlockNum))" class="date">Date</th>
|
||||
<th id="(DateFromBlock(Item.BlockNum,1))" class="date">Date</th>
|
||||
<th id="GetHexFromArr(Item.TreeHash)" class="hash">Data Hash</th>
|
||||
<th id="GetHexFromArr(Item.PowHash)" class="hash">PowHash</th>
|
||||
<th id="GetHexFromArr(Item.Hash)" class="hash">Block Hash</th>
|
||||
|
||||
Reference in New Issue
Block a user