asset-list: remove percent-symbol to speed up list view
This commit is contained in:
parent
2354c4cf4f
commit
1a55e9fa7e
1 changed files with 4 additions and 4 deletions
|
@ -4,10 +4,10 @@ The COPYRIGHT file at the top level of this repository contains the
|
||||||
full copyright notices and license terms. -->
|
full copyright notices and license terms. -->
|
||||||
<tree>
|
<tree>
|
||||||
<field name="name" expand="1"/>
|
<field name="name" expand="1"/>
|
||||||
<field name="change_day1" symbol="change_symbol"/>
|
<field name="change_day1"/>
|
||||||
<field name="change_month1" symbol="change_symbol"/>
|
<field name="change_month1"/>
|
||||||
<field name="change_month3" symbol="change_symbol"/>
|
<field name="change_month3"/>
|
||||||
<field name="change_month6" symbol="change_symbol"/>
|
<field name="change_month6"/>
|
||||||
<field name="date"/>
|
<field name="date"/>
|
||||||
<field name="rate" symbol="asset_symbol"/>
|
<field name="rate" symbol="asset_symbol"/>
|
||||||
<field name="isin"/>
|
<field name="isin"/>
|
||||||
|
|
Loading…
Reference in a new issue