mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-02-14 22:11:51 +00:00
20 lines
320 B
HTML
20 lines
320 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<a href="/proxstar/create">Create VM</a>
|
|
|
|
<br><br>
|
|
|
|
Are you sure you want to delete "{{ vmname }}"?
|
|
|
|
<form action="/proxstar/confirm_delete" method="post">
|
|
<button type="submit" name="delete" value="{{ vmid }}">CONFIRM</button>
|
|
</form>
|
|
|
|
</body>
|
|
</html>
|