mirror of
https://github.com/DarkflameUniverse/NexusDashboard.git
synced 2024-11-24 14:37:26 +00:00
display count in tooltip if > 999
This commit is contained in:
parent
8652d6dc13
commit
4d007d66ac
@ -66,3 +66,7 @@
|
|||||||
{% endwith %}
|
{% endwith %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{%if inv_item.attr_c|int > 999 %}
|
||||||
|
Count: {{ inv_item.attr_c }}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user