From 3bedc2c87ad8dd8a2007216a500c1c78a96115d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 3 Feb 2023 13:39:27 +0100 Subject: [PATCH] Swagger UI: add "Back to Flamenco" link Add a link from the API section to the main Flamenco web interface. --- internal/manager/swagger_ui/static/index.html | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/internal/manager/swagger_ui/static/index.html b/internal/manager/swagger_ui/static/index.html index f7ffd4ad..cf4f8c5e 100644 --- a/internal/manager/swagger_ui/static/index.html +++ b/internal/manager/swagger_ui/static/index.html @@ -25,10 +25,19 @@ margin: 0; background: #fafafa; } - + div#back-to-flamenco { + float: right; + } + div#back-to-flamenco a { + padding: 0.5em 2em 0.5em 0.5em; + text-decoration: none; + font-weight: bold; + } + +
← Back to Flamenco