! fixed bug when wallets or address book are empty
This commit is contained in:
@@ -31,3 +31,7 @@ th[role=columnheader]:not(.no-sort):hover:after {
|
||||
visibility: visible;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.noSortCollumn[role=columnheader]:not(.no-sort):after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@@ -8,10 +8,10 @@
|
||||
<table class="bordered" id="addressTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col" data-sort-method='none'></th>
|
||||
<th scope="col" class="noSortCollumn" data-sort-method='none'></th>
|
||||
<th scope="col">Name</th>
|
||||
<th scope="col">Address</th>
|
||||
<th scope="col" data-sort-method='none'>Actions</th>
|
||||
<th scope="col" class="noSortCollumn" data-sort-method='none'>Actions</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
@@ -24,10 +24,10 @@
|
||||
<table class="bordered" id="addressTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col" data-sort-method='none'></th>
|
||||
<th scope="col" class="noSortCollumn" data-sort-method='none'></th>
|
||||
<th scope="col">Name</th>
|
||||
<th scope="col">Address</th>
|
||||
<th scope="col" data-sort-method='none'></th>
|
||||
<th scope="col" class="noSortCollumn" data-sort-method='none'></th>
|
||||
<th scope="col" data-sort-method='number'>Balance</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
Reference in New Issue
Block a user