mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-06-29 16:59:48 +02:00
Color change
This commit is contained in:
0
baseTemplate/static/baseTemplate/custom-js/system-status.js
Executable file → Normal file
0
baseTemplate/static/baseTemplate/custom-js/system-status.js
Executable file → Normal file
@@ -200,17 +200,17 @@
|
||||
<div ng-controller="loadAvg" id="header-nav-right">
|
||||
<a class="hide-on-phone hdr-btn" style="background-color: unset;width: 33px" href="#"
|
||||
title="{% trans 'CPU Load Average' %}" data-placement="bottom">
|
||||
<span class="badge bg-yellow" id="load1">{$ one $}</span>
|
||||
<span class="badge bg-red" id="load1">{$ one $}</span>
|
||||
</a>
|
||||
|
||||
<a class="hide-on-phone hdr-btn" style="background-color: unset;width: 33px" href="#"
|
||||
title="{% trans 'CPU Load Average' %}" data-placement="bottom">
|
||||
<span class="badge bg-yellow" id="load2">{$ two $}</span>
|
||||
<span class="badge bg-red" id="load2">{$ two $}</span>
|
||||
</a>
|
||||
|
||||
<a class="hide-on-phone hdr-btn" style="background-color: unset;width: 33px" href="#"
|
||||
title="{% trans 'CPU Load Average' %}" data-placement="bottom">
|
||||
<span class="badge bg-yellow" id="load3">{$ three $}</span>
|
||||
<span class="badge bg-red" id="load3">{$ three $}</span>
|
||||
</a>
|
||||
|
||||
<div class="dropdown" id="dashnav-btn">
|
||||
|
||||
Reference in New Issue
Block a user