dodanie kolumny z ip po sieci lokalnej

This commit is contained in:
2023-04-19 12:01:53 +02:00
parent 8c87e36370
commit 407bb21168
5 changed files with 19 additions and 32 deletions

View File

@@ -67,6 +67,7 @@
<th>Obraz</th>
<th>Czas uruchomienia</th>
<th>IP uVPN</th>
<th>IP lokalne</th>
<th></th>
</tr>
</thead>
@@ -76,7 +77,8 @@
<td>{{ machine.name }}</td>
<td>{{ machine.image_name }}</td>
<td>{{ machine.start_time }}</td>
<td>{{ machine.ip }}</td>
<td>{{ machine.ipvpn }}</td>
<td>{{ machine.iplocal }}</td>
<td><button onclick="ssh('{{ machine.ip }}', '{{ machine.username }}', '{{ machine.password }}')">SSH</button></td>
</tr>
{% endfor %}