From e86b71cf4c5eba2519a6e2ae40f308e49dce2e78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Sat, 1 Nov 2025 22:06:59 +0100 Subject: [PATCH] redactor --- static/js/edit.js | 1 - static/js/index.js | 1 - static/js/logs.js | 1 - static/js/stats.js | 1 - templates/base.html | 2 +- templates/edit.html | 8 +- templates/home.html | 4 +- templates/index.html | 30 +- templates/logs.html | 2 +- templates/statistics.html | 12 +- templates>/edit.html | 212 --------- templates>/home.html | 152 ------- templates>/index.html | 868 ------------------------------------- templates>/logs.html | 211 --------- templates>/statistics.html | 265 ----------- 15 files changed, 29 insertions(+), 1741 deletions(-) delete mode 100644 templates>/edit.html delete mode 100644 templates>/home.html delete mode 100644 templates>/index.html delete mode 100644 templates>/logs.html delete mode 100644 templates>/statistics.html diff --git a/static/js/edit.js b/static/js/edit.js index 7f3ee80..2ae8a9a 100644 --- a/static/js/edit.js +++ b/static/js/edit.js @@ -1,4 +1,3 @@ -// edit.js — drobne UX dla edytora (() => { 'use strict'; const ta = document.getElementById('haproxy_config'); diff --git a/static/js/index.js b/static/js/index.js index 5b6d09a..cdb311c 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -1,4 +1,3 @@ -// index.js — logika formularza FE/BE (bez jQuery) (() => { 'use strict'; diff --git a/static/js/logs.js b/static/js/logs.js index 9a38d73..e69de29 100644 --- a/static/js/logs.js +++ b/static/js/logs.js @@ -1 +0,0 @@ -// logs.js — na razie brak dodatkowej logiki (przykładowe miejsce na filtrowanie) diff --git a/static/js/stats.js b/static/js/stats.js index ee18029..e69de29 100644 --- a/static/js/stats.js +++ b/static/js/stats.js @@ -1 +0,0 @@ -// stats.js — (miejsce na przyszłe wykresy) diff --git a/templates/base.html b/templates/base.html index 3590081..9f97bb7 100644 --- a/templates/base.html +++ b/templates/base.html @@ -46,7 +46,7 @@ © 2025 HAProxy Configurator - Made for ops • Dark UX + Based on: This project | by @linuxiarz.pl diff --git a/templates/edit.html b/templates/edit.html index c4d649e..d4e8448 100644 --- a/templates/edit.html +++ b/templates/edit.html @@ -5,18 +5,18 @@ {% block content %}
-

Edytuj konfigurację HAProxy

+

Edit HAProxy configuration

- +
diff --git a/templates/home.html b/templates/home.html index 21ff565..4a37d83 100644 --- a/templates/home.html +++ b/templates/home.html @@ -5,7 +5,7 @@ {% block content %}
-

Witaj! Szybkie podsumowanie

+

Summary

diff --git a/templates/index.html b/templates/index.html index a1f6487..dcba33a 100644 --- a/templates/index.html +++ b/templates/index.html @@ -6,7 +6,7 @@
-
Nowy frontend
+
New frontend
{% if message %}