From 5062d9140957612fd9a250e6982a52e5a4bca2d8 Mon Sep 17 00:00:00 2001 From: Christopher Cave-Ayland Date: Fri, 27 Sep 2024 11:29:58 +0100 Subject: [PATCH] Move process table back inside form element --- main/templates/main/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/templates/main/index.html b/main/templates/main/index.html index bfde39a..e7bc6b9 100644 --- a/main/templates/main/index.html +++ b/main/templates/main/index.html @@ -32,8 +32,8 @@ class="btn btn-danger" name="action" onclick="return confirm('Kill selected processes?')"> + {% render_table table %} - {% render_table table %}