From 258b6f30413980d86ab50c0270c1cd4743506f7a Mon Sep 17 00:00:00 2001 From: "Arnaud G. GIBERT" Date: Sat, 14 Feb 2026 20:00:53 +0100 Subject: [PATCH] - In the ISL popup: - Add line shading, - Remove table border, - Add Rx3 in the superviosr HTML footer. --- Dockerfile | 41 +++++++++++++++++++++++++++++++---------- ReadMe.txt | 1 + ReleaseNotes.txt | 2 +- 3 files changed, 33 insertions(+), 11 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7ef69dc..1b984d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,8 +39,6 @@ ARG SERVER_SV_HTTPD_CSS=/usr/lib/python3.10/site-packages/supervisor/ui/styleshe ARG SERVER_SV_HTML_IMG_B='status" />' #----------------------------------------------------------------------------------------------------------------------- - - #----------------------------------------------------------------------------------------------------------------------- ARG SERVER_SV_HTML_IMG_A='status"/> \n\
IMG_NAME_VERSION \n\ @@ -65,19 +63,27 @@ IMG_STACK_LOG #----------------------------------------------------------------------------------------------------------------------- + +#----------------------------------------------------------------------------------------------------------------------- +ARG SERVER_SV_HTML_VERSION_B='version">#' +#----------------------------------------------------------------------------------------------------------------------- + +#----------------------------------------------------------------------------------------------------------------------- +ARG SERVER_SV_HTML_VERSION_A='version"># + Rx3 Image Stack Log support' +#----------------------------------------------------------------------------------------------------------------------- + + + #----------------------------------------------------------------------------------------------------------------------- ARG SERVER_SV_CSS_HEADER_B='repeat-x;' #----------------------------------------------------------------------------------------------------------------------- - - - #----------------------------------------------------------------------------------------------------------------------- ARG SERVER_SV_CSS_HEADER_A='repeat-x; \n\ display: flex; \n\ align-items: center; \n\ justify-content: space-between; \n\ - font-size: 14px; \n\ + font-size: 16px; \n\ font-weight: bold; \n\ } \n\ \n\ @@ -97,8 +103,8 @@ ARG SERVER_SV_CSS_HEADER_A='repeat-x; position: absolute; \n\ z-index: 1; \n\ top: 100%; \n\ - left: 50%; \n\ - transform: translateX(-50%); \n\ + right: 0; \n\ + transform: none; \n\ opacity: 0; \n\ transition: opacity 0.3s; \n\ } \n\ @@ -112,8 +118,8 @@ ARG SERVER_SV_CSS_HEADER_A='repeat-x; \#isl-tab table th { \n\ white-space: nowrap; \n\ padding: 4px 8px; \n\ - border: 1px solid #666; \n\ - font-size: 12px; \n\ + border: 0px solid #666; \n\ + font-size: 14px; \n\ } \n\ \n\ \#isl-tab table th { \n\ @@ -158,6 +164,8 @@ do done' #----------------------------------------------------------------------------------------------------------------------- + + #----------------------------------------------------------------------------------------------------------------------- ARG CROND='#!/bin/bash \n\ \n\ @@ -170,6 +178,8 @@ else fi' #----------------------------------------------------------------------------------------------------------------------- + + #----------------------------------------------------------------------------------------------------------------------- ARG DNSMASQ='#!/bin/bash \n\ \n\ @@ -219,6 +229,8 @@ else fi' #----------------------------------------------------------------------------------------------------------------------- + + #----------------------------------------------------------------------------------------------------------------------- ARG SUPERVISORD='#!/bin/bash \n\ \n\ @@ -237,16 +249,22 @@ sed -i -e "s%IMG_STACK_LOG%$(isl_html_dump -i)%" exec supervisord -c /etc/supervisord.conf' #----------------------------------------------------------------------------------------------------------------------- + + #----------------------------------------------------------------------------------------------------------------------- ARG CROND_INI='[program:crond] \n\ command=crond -n' #----------------------------------------------------------------------------------------------------------------------- + + #----------------------------------------------------------------------------------------------------------------------- ARG DNSMASQ_INI='[program:dnsmasq] \n\ command=dnsmasq -k' #----------------------------------------------------------------------------------------------------------------------- + + #----------------------------------------------------------------------------------------------------------------------- ARG SUPERVISORD_INI='[supervisord] \n\ nodaemon=true \n\ @@ -254,6 +272,8 @@ childlogdir='${SERVER_LOG_SV_DIR}' user=root' #----------------------------------------------------------------------------------------------------------------------- + + #----------------------------------------------------------------------------------------------------------------------- ARG SUPERVISORD_HTTPD_INI='[inet_http_server] \n\ port=*:'${SERVER_PORT_SV_INT} @@ -286,6 +306,7 @@ RUN . /etc/profile.d/rx3.sh && isl_add ${IMG_URL} && mv "${SERVER_DNSMASQ_CONF}" "${SERVER_DNSMASQ_CONF}.dist" \ && mv "${SERVER_SV_HTTPD_PAGE}" "${SERVER_SV_HTTPD_PAGE}.ref" \ && sed -i -e "s%${SERVER_SV_HTML_IMG_B}%${SERVER_SV_HTML_IMG_A}%" "${SERVER_SV_HTTPD_PAGE}.ref" \ + && sed -i -e "s%${SERVER_SV_HTML_VERSION_B}%${SERVER_SV_HTML_VERSION_A}%" "${SERVER_SV_HTTPD_PAGE}.ref" \ && mv "${SERVER_SV_HTTPD_CSS}" "${SERVER_SV_HTTPD_CSS}.ref" \ && sed -i -e "s/${SERVER_SV_CSS_HEADER_B}/${SERVER_SV_CSS_HEADER_A}/" "${SERVER_SV_HTTPD_CSS}.ref" diff --git a/ReadMe.txt b/ReadMe.txt index 40373a2..07caaf5 100644 --- a/ReadMe.txt +++ b/ReadMe.txt @@ -15,6 +15,7 @@ Features: - Export init & supivisor log directories as volume. + Enjoy it! Your Rx3 Team. diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 1ac18f5..1416907 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -1,5 +1,5 @@ ------------------------------------------------------------------------------------------------------------------------------------ -Rx3-Docker/Server V 1.3.0 - A. GIBERT - 2026/02/14 +Rx3-Docker/Server V 1.3.0 - A. GIBERT - 2026/02/16 ------------------------------------------------------------------------------------------------------------------------------------ - Add ISL support,