From 23bbcad83593e9817d266f16d3b30cef1202b468 Mon Sep 17 00:00:00 2001 From: JiriUhlir <149317995+JiriUhlir@users.noreply.github.com> Date: Tue, 16 Jun 2026 10:47:14 +0200 Subject: [PATCH] st --- app/routes/environment.py | 4 ++-- app/routes/runtime.py | 4 ++-- app/routes/workers.py | 2 +- app/static/styles.css | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/routes/environment.py b/app/routes/environment.py index 0e255bd..8eefcec 100644 --- a/app/routes/environment.py +++ b/app/routes/environment.py @@ -29,7 +29,7 @@ def _render_rows(entries: list[tuple[str, str]]) -> str: - + """ @@ -109,7 +109,7 @@ def _render_page(user: dict, entries: list[tuple[str, str]], message: str = "", const tr = document.createElement("tr"); tr.innerHTML = '' + '' - + ''; + + ''; tbody.appendChild(tr); }} diff --git a/app/routes/runtime.py b/app/routes/runtime.py index 9f630de..8fdebc6 100644 --- a/app/routes/runtime.py +++ b/app/routes/runtime.py @@ -184,11 +184,11 @@ def runtime_page(request: Request, message: str = "", error: str = "", user=Depe {html.escape(name)} {html.escape(service_arg)} {_render_last_run(last_runs.get(service_arg))} - +
- +
diff --git a/app/routes/workers.py b/app/routes/workers.py index 12ea278..9dd4075 100644 --- a/app/routes/workers.py +++ b/app/routes/workers.py @@ -97,7 +97,7 @@ def workers_page( {last_seen_at} {current_job} {started_at} - Detail + """ diff --git a/app/static/styles.css b/app/static/styles.css index 285c727..de1077c 100644 --- a/app/static/styles.css +++ b/app/static/styles.css @@ -728,7 +728,7 @@ input[readonly] { .actions-cell form, .actions-cell p { - margin: 0 0 8px; + margin: 0; } .service-row td {