server status template update

https://hostname:8090/serverstatus/ template update
This commit is contained in:
Istiak Ferdous
2020-04-02 18:52:28 +06:00
committed by GitHub
parent 065688f8cf
commit 892cb3bc92

View File

@@ -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>