- Add header to supervisor ISL popup,

- Minor font and color fixes to ISL popup.
This commit is contained in:
2026-02-14 11:59:42 +01:00
parent 448c084b2f
commit 5953fceb83
2 changed files with 15 additions and 5 deletions

View File

@@ -42,6 +42,16 @@ ARG SERVER_SV_HTML_IMG_A='status"/>
<div id="isl">IMG_NAME_VERSION \n\
<div id="isl-tab"> \n\
<table> \n\
<thead> \n\
<tr> \n\
<th>Id</th> \n\
<th>Date</th> \n\
<th>Time</th> \n\
<th>Registry</th> \n\
<th>Image</th> \n\
<th>Tag</th> \n\
</tr> \n\
</thead> \n\
<tbody> \n\
IMG_STACK_LOG \n\
</tbody> \n\
@@ -95,10 +105,11 @@ ARG SERVER_SV_CSS_HEADER_A='repeat-x;
white-space: nowrap; \n\
padding: 4px 8px; \n\
border: 1px solid #666; \n\
font-size: 12px; \n\
} \n\
\n\
\#isl-tab table th { \n\
border-bottom: 1px solid #888; \n\
background: #333; \n\
} \n\
\n\
\#isl-tab table { \n\
@@ -106,7 +117,6 @@ ARG SERVER_SV_CSS_HEADER_A='repeat-x;
width: fit-content; \n\
max-width: 500px; \n\
overflow-x: auto; \n\
border: 1px solid #666; \n\
'
#-----------------------------------------------------------------------------------------------------------------------
@@ -213,8 +223,8 @@ fi
\n\
cp '${SERVER_SV_HTTPD_CSS}.ref' '${SERVER_SV_HTTPD_CSS}' \n\
cp '${SERVER_SV_HTTPD_PAGE}.ref' '${SERVER_SV_HTTPD_PAGE}' \n\
sed -i -e "s%IMG_NAME_VERSION%$(isl_last)%" '${SERVER_SV_HTTPD_PAGE}' \n\
sed -i -e "s%IMG_STACK_LOG%$(isl_html_dump)%" '${SERVER_SV_HTTPD_PAGE}' \n\
sed -i -e "s%IMG_NAME_VERSION%$(isl_top -i)%" '${SERVER_SV_HTTPD_PAGE}' \n\
sed -i -e "s%IMG_STACK_LOG%$(isl_html_dump -i)%" '${SERVER_SV_HTTPD_PAGE}' \n\
\n\
exec supervisord -c /etc/supervisord.conf'
#-----------------------------------------------------------------------------------------------------------------------