{% extends "baseTemplate/index.html" %} {% load i18n %} {% block title %}{{ domain }}{% trans " limits - CyberPanel" %}{% endblock %} {% block content %} {% load static %} {% get_current_language as LANGUAGE_CODE %}

{% trans "Limits/Usage" %}

{% trans "Set limits and view usage for " %} {{ domain }}

{% trans "Limits are not being inforced, click Edit Limits to inforace the limits." %}

{% trans 'Limit' %} {% trans 'Value' %}
{% trans 'CPU Percentage' %} {$ cpuPers $}%
{% trans 'Memory' %} {$ memory $}MB
{% trans 'I/O' %} {$ IO $}MB/sec
{% trans 'IOPS' %} {$ IOPS $}
{% trans 'Network Speed' %} {$ networkSpeed $}

{% trans "CPU Usage of" %} {{ domain }}

{% trans "Memory Usage of" %} {{ domain }}

{% trans "Disk Usage of" %} {{ domain }}

{% endblock %}