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 %}