- Add header to supervisor ISL popup,
- Minor font and color fixes to ISL popup.
This commit is contained in:
18
Dockerfile
18
Dockerfile
@@ -42,6 +42,16 @@ ARG SERVER_SV_HTML_IMG_A='status"/>
|
|||||||
<div id="isl">IMG_NAME_VERSION \n\
|
<div id="isl">IMG_NAME_VERSION \n\
|
||||||
<div id="isl-tab"> \n\
|
<div id="isl-tab"> \n\
|
||||||
<table> \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\
|
<tbody> \n\
|
||||||
IMG_STACK_LOG \n\
|
IMG_STACK_LOG \n\
|
||||||
</tbody> \n\
|
</tbody> \n\
|
||||||
@@ -95,10 +105,11 @@ ARG SERVER_SV_CSS_HEADER_A='repeat-x;
|
|||||||
white-space: nowrap; \n\
|
white-space: nowrap; \n\
|
||||||
padding: 4px 8px; \n\
|
padding: 4px 8px; \n\
|
||||||
border: 1px solid #666; \n\
|
border: 1px solid #666; \n\
|
||||||
|
font-size: 12px; \n\
|
||||||
} \n\
|
} \n\
|
||||||
\n\
|
\n\
|
||||||
\#isl-tab table th { \n\
|
\#isl-tab table th { \n\
|
||||||
border-bottom: 1px solid #888; \n\
|
background: #333; \n\
|
||||||
} \n\
|
} \n\
|
||||||
\n\
|
\n\
|
||||||
\#isl-tab table { \n\
|
\#isl-tab table { \n\
|
||||||
@@ -106,7 +117,6 @@ ARG SERVER_SV_CSS_HEADER_A='repeat-x;
|
|||||||
width: fit-content; \n\
|
width: fit-content; \n\
|
||||||
max-width: 500px; \n\
|
max-width: 500px; \n\
|
||||||
overflow-x: auto; \n\
|
overflow-x: auto; \n\
|
||||||
border: 1px solid #666; \n\
|
|
||||||
'
|
'
|
||||||
#-----------------------------------------------------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
@@ -213,8 +223,8 @@ fi
|
|||||||
\n\
|
\n\
|
||||||
cp '${SERVER_SV_HTTPD_CSS}.ref' '${SERVER_SV_HTTPD_CSS}' \n\
|
cp '${SERVER_SV_HTTPD_CSS}.ref' '${SERVER_SV_HTTPD_CSS}' \n\
|
||||||
cp '${SERVER_SV_HTTPD_PAGE}.ref' '${SERVER_SV_HTTPD_PAGE}' \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_NAME_VERSION%$(isl_top -i)%" '${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_STACK_LOG%$(isl_html_dump -i)%" '${SERVER_SV_HTTPD_PAGE}' \n\
|
||||||
\n\
|
\n\
|
||||||
exec supervisord -c /etc/supervisord.conf'
|
exec supervisord -c /etc/supervisord.conf'
|
||||||
#-----------------------------------------------------------------------------------------------------------------------
|
#-----------------------------------------------------------------------------------------------------------------------
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
Rx3-Docker/Server V 1.3.0 - A. GIBERT - 2026/02/13
|
Rx3-Docker/Server V 1.3.0 - A. GIBERT - 2026/02/14
|
||||||
------------------------------------------------------------------------------------------------------------------------------------
|
------------------------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
- Add ISL support,
|
- Add ISL support,
|
||||||
|
|||||||
Reference in New Issue
Block a user