This commit is contained in:
Mateusz779 2023-04-19 09:49:52 +02:00
parent 17691adbf8
commit 0eeef4e30e

View File

@ -77,7 +77,7 @@
<td>{{ machine.image_name }}</td>
<td>{{ machine.start_time }}</td>
<td>{{ machine.ip }}</td>
<td><button onclick="ssh({{ machine.ip }}, {{ machine.username }}, {{ machine.password }})">SSH</button></td>
<td><button onclick="ssh('{{ machine.ip }}', '{{ machine.username }}', '{{ machine.password }}')">SSH</button></td>
</tr>
{% endfor %}
</tbody>