From 1f2fa95e770e40fdb88bb37c2f2d7f9c5409d316 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Diot?= Date: Wed, 24 May 2023 15:37:26 -0400 Subject: [PATCH] Remove useless line in the head.html file + lint HTML files --- src/ui/templates/head.html | 29 +++++++++++------------------ src/ui/templates/news.html | 13 ++++++++----- src/ui/templates/plugins_modal.html | 12 ++++++------ 3 files changed, 25 insertions(+), 29 deletions(-) diff --git a/src/ui/templates/head.html b/src/ui/templates/head.html index 91086b6cb..80130ccb0 100644 --- a/src/ui/templates/head.html +++ b/src/ui/templates/head.html @@ -13,39 +13,32 @@ BunkerWeb UI - - - + - + {% if current_endpoint == "global_config" %} - + {% elif current_endpoint == "configs" %} - + {% elif current_endpoint == "services" %} - + {% elif current_endpoint == "plugins" %} - + {% elif current_endpoint == "cache" %} - + {% elif current_endpoint == "logs" %} - - + + - - + +