mirror of https://git.48k.eu/ogcp
Add color legend of the client states
Add an explanatory list of the colors used to represent the different client states.multi-ogserver
parent
4c6e3a90f1
commit
d9fe4dfa41
|
@ -53,6 +53,17 @@
|
|||
|
||||
{% macro selected_clients() -%}
|
||||
<hr><h2>{{_('Selected clients')}}</h2>
|
||||
<div class="card">
|
||||
<div class="card-body">
|
||||
<ul id="clients-color-legend" class="d-flex flex-wrap justify-content-center nav nav-pills">
|
||||
<li class="nav-item"><i class="nav-icon far fa-circle"></i> {{_('Apagado')}} </li>
|
||||
<li class="nav-item"><i class="nav-icon fas fa-circle text-wol"></i> {{_('WoL sent')}} </li>
|
||||
<li class="nav-item"><i class="nav-icon fas fa-circle text-warning"></i> ogLive </li>
|
||||
<li class="nav-item"><i class="nav-icon fas fa-circle text-danger"></i> {{_('Busy')}} </li>
|
||||
<li class="nav-item"><i class="nav-icon fas fa-circle text-success"></i> VDI </li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div id="selected-clients" class="d-flex flex-wrap justify-content-center"></div>
|
||||
{% endmacro %}
|
||||
|
||||
|
|
Loading…
Reference in New Issue