From 8493cf4ba8aeb7be840f4b1f7d448bbe584a23ff Mon Sep 17 00:00:00 2001 From: PiSCSI User Date: Wed, 15 Nov 2023 01:44:42 +0000 Subject: [PATCH] tweak to Webmin links --- .../themes/modern/icons/external-link.svg | 1 + python/web/src/static/themes/modern/style.css | 4 +++ python/web/src/templates/admin.html | 26 +++++++++++-------- 3 files changed, 20 insertions(+), 11 deletions(-) create mode 100644 python/web/src/static/themes/modern/icons/external-link.svg diff --git a/python/web/src/static/themes/modern/icons/external-link.svg b/python/web/src/static/themes/modern/icons/external-link.svg new file mode 100644 index 00000000..6236df3e --- /dev/null +++ b/python/web/src/static/themes/modern/icons/external-link.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/python/web/src/static/themes/modern/style.css b/python/web/src/static/themes/modern/style.css index e057da98..ad993af2 100644 --- a/python/web/src/static/themes/modern/style.css +++ b/python/web/src/static/themes/modern/style.css @@ -971,6 +971,10 @@ section#services li.disabled { background: url("icons/cloud-off.svg") no-repeat left center; } +section#services li.extlink { + background: url("icons/external-link.svg") no-repeat left center; +} + /* ------------------------------------------------------------------------------ Drives page diff --git a/python/web/src/templates/admin.html b/python/web/src/templates/admin.html index c28d41a4..2ff060f4 100644 --- a/python/web/src/templates/admin.html +++ b/python/web/src/templates/admin.html @@ -120,18 +120,20 @@