dodanie pobierania klucza publicznego
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
<th>Token</th>
|
||||
<th>Nazwa</th>
|
||||
<th>IP VPN</th>
|
||||
<th>Pobierz klucz</th>
|
||||
<th>Usuń</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -22,6 +23,11 @@
|
||||
<td>{{ image.token }}</td>
|
||||
<td>{{ image.name }}</td>
|
||||
<td>{{ image.vpn_ip }}</td>
|
||||
<td>
|
||||
<form action="{{ url_for('download_key', image_id=image.id) }}" method="post">
|
||||
<button type="submit" class="btn">Pobierz</button>
|
||||
</form>
|
||||
</td>
|
||||
<td>
|
||||
<form action="{{ url_for('delete', image_id=image.id) }}" method="post">
|
||||
<button type="submit" class="btn btn-danger">Usuń</button>
|
||||
|
Reference in New Issue
Block a user