Add customer to disk space detail view
This commit is contained in:
parent
1d4f070867
commit
2e7dca529a
4 changed files with 14 additions and 2 deletions
|
|
@ -44,7 +44,7 @@
|
|||
You use {{ used_space }} of the reserved disk space of {{ disk_space }} for your hosting package
|
||||
{% endblocktranslate %}" class="text-{% if space_level > 90.0 %}danger{% elif space_level > 80.0 %}warning{% else %}success{% endif %}">{% blocktranslate with space_level_percent=space_level|floatformat:1 trimmed%}
|
||||
{{ used_space }} of {{ disk_space }} ({{ space_level_percent }}%)
|
||||
{% endblocktranslate %} <a title="{% translate "Disk usage details" %}" href="{% url "disk_usage_details" package=hostingpackage.id %}">{% translate "Details" %}</a></span>
|
||||
{% endblocktranslate %} <a title="{% translate "Disk usage details" %}" href="{% url "disk_usage_details" user=hostingpackage.customer.username package=hostingpackage.id %}">{% translate "Details" %}</a></span>
|
||||
<i class="bi-info-circle"
|
||||
title="{% blocktranslate trimmed %}
|
||||
The package contributes {{ package_space }} the difference comes from disk space options
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue