06/02 Optimize app
This commit is contained in:
@@ -152,7 +152,7 @@
|
||||
<tr>
|
||||
<th style="padding-left:20px;">Asset</th>
|
||||
<th class="text-end">Price</th>
|
||||
<th class="text-end">1D Chg</th>
|
||||
<th class="text-end d-mob-none">1D Chg</th>
|
||||
<th class="text-end">Value</th>
|
||||
<th class="text-end" style="padding-right:8px;">P&L</th>
|
||||
<th style="width:36px;"></th>
|
||||
@@ -184,7 +184,7 @@
|
||||
<span class="text-muted" style="font-size:12px;">—</span>
|
||||
{% endif %}
|
||||
</td>
|
||||
<td class="text-end" id="chg-{{ inv.id }}">
|
||||
<td class="text-end d-mob-none" id="chg-{{ inv.id }}">
|
||||
{% if inv.ticker %}
|
||||
<span class="chg-badge chg-loading">…</span>
|
||||
{% else %}
|
||||
|
||||
Reference in New Issue
Block a user