NEW MODAL informacje o serwerze
This commit is contained in:
parent
389e98a4fc
commit
9c3cfd644a
@ -21,7 +21,7 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>ID</th>
|
<th>ID</th>
|
||||||
<th>Nazwa hosta</th>
|
<th>Nazwa serwera</th>
|
||||||
<th>Użytkownik</th>
|
<th>Użytkownik</th>
|
||||||
<th>Port</th>
|
<th>Port</th>
|
||||||
<th>Typ</th>
|
<th>Typ</th>
|
||||||
@ -44,8 +44,7 @@
|
|||||||
{{ h.resolved_hostname }}
|
{{ h.resolved_hostname }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
|
|
||||||
<td>
|
<td>
|
||||||
{% if h.use_daemon and h.type == 'linux' %}
|
{% if h.use_daemon and h.type == 'linux' %}
|
||||||
<em>—</em>
|
<em>—</em>
|
||||||
@ -146,7 +145,7 @@
|
|||||||
<button type="button" class="btn-close" data-bs-dismiss="modal"></button>
|
<button type="button" class="btn-close" data-bs-dismiss="modal"></button>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<p><strong>Host:</strong> <span id="modal-hostname"></span> (<span id="modal-ip"></span>)</p>
|
<p><strong>Host:</strong> <span id="modal-hostname"></span></p>
|
||||||
|
|
||||||
<label><strong>CPU:</strong></label>
|
<label><strong>CPU:</strong></label>
|
||||||
<div class="progress mb-3">
|
<div class="progress mb-3">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user