mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-31 09:29:38 +00:00
added user disk quota limit
added quota warning in instance page
This commit is contained in:
@@ -39,6 +39,9 @@
|
||||
{% endfor %}
|
||||
</tr>
|
||||
</table>
|
||||
{% if user_quota_msg %}
|
||||
<span class="label label-warning">{{ user_quota_msg|capfirst }} quota reached.</span>
|
||||
{% endif %}
|
||||
<hr>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user