diff options
| -rw-r--r-- | hetzner-admin/app.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hetzner-admin/app.py b/hetzner-admin/app.py index c3dbffc..c63da80 100644 --- a/hetzner-admin/app.py +++ b/hetzner-admin/app.py @@ -31,7 +31,7 @@ HTML = """<!DOCTYPE html> <body> <h3>Server Admin</h3> {% for label, _ in commands %} -<form method="post" action="/run" style="display:inline;margin-right:4px"> +<form method="post" action="/run" style="display:block;margin-bottom:8px"> <input type="hidden" name="cmd" value="{{ label }}"> {% if label == "Reboot Server" %} <button onclick="return confirm('Really reboot?')">{{ label }}</button> |
