mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-05-11 18:45:31 +02:00
server status template update
https://hostname:8090/serverstatus/ template update
This commit is contained in:
@@ -21,6 +21,18 @@
|
||||
|
||||
<div class="example-box-wrapper">
|
||||
<div class="row">
|
||||
<div class="col-md-3 btn-min-width">
|
||||
<a href="{% url 'topProcesses' %}" title="{% trans 'Top Processes' %}"
|
||||
class="tile-box tile-box-shortcut btn-primary">
|
||||
<div class="tile-header">
|
||||
{% trans "Top Processes" %}
|
||||
</div>
|
||||
<div class="tile-content-wrapper">
|
||||
<i class="fa fa-heartbeat"></i>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="col-md-3 btn-min-width">
|
||||
<a href="{% url 'litespeedStatus' %}" title="{% trans 'LiteSpeed Status' %}"
|
||||
class="tile-box tile-box-shortcut btn-primary">
|
||||
@@ -45,6 +57,18 @@
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="col-md-3 btn-min-width">
|
||||
<a href="{% url 'services' %}" title="{% trans 'Services Status' %}"
|
||||
class="tile-box tile-box-shortcut btn-primary">
|
||||
<div class="tile-header">
|
||||
{% trans "Services Status" %}
|
||||
</div>
|
||||
<div class="tile-content-wrapper">
|
||||
<i class="fa fa-file"></i>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user