Loading Dockerfile +1 −1 Original line number Original line Diff line number Diff line # Stage 1, based on Nginx, to have only the compiled app, ready for production with Nginx # Stage 1, based on Nginx, to have only the compiled app, ready for production with Nginx FROM nginx:1.19.4 FROM nginx:1.27.3 #Copy ci-dashboard-dist #Copy ci-dashboard-dist COPY ./src /usr/share/nginx/html/nfvportal COPY ./src /usr/share/nginx/html/nfvportal #Copy default nginx configuration #Copy default nginx configuration Loading src/Footer.html +1 −1 Original line number Original line Diff line number Diff line Loading @@ -53,7 +53,7 @@ OpenSlice has received funding from various projects under European Programmes for research, technological development OpenSlice has received funding from various projects under European Programmes for research, technological development and demonstration. You may refer to our extensive <a href="https://osl.etsi.org/ecosystem/">ecosystem</a> for further details. and demonstration. You may refer to our extensive <a href="https://osl.etsi.org/ecosystem/">ecosystem</a> for further details. </div> </div> <div class='font-weight-light'>{{portalName}} running OSL version version 2024Q4 | <div class='font-weight-light'>{{portalName}} running OSL version version 2025Q2-SNAPSHOT | <a href='https://osl.etsi.org/files/SDG_OSL_Terms_and_Conditions.pdf' class='font-weight-light'>Terms and Conditions</a> | <a href='https://osl.etsi.org/files/SDG_OSL_Terms_and_Conditions.pdf' class='font-weight-light'>Terms and Conditions</a> | © {{currentYear}} on behalf of <a target='_blank' href='https://osl.etsi.org/' title='osl.etsi.org' class='font-weight-light'>osl.etsi.org</a> © {{currentYear}} on behalf of <a target='_blank' href='https://osl.etsi.org/' title='osl.etsi.org' class='font-weight-light'>osl.etsi.org</a> </div> </div> Loading Loading
Dockerfile +1 −1 Original line number Original line Diff line number Diff line # Stage 1, based on Nginx, to have only the compiled app, ready for production with Nginx # Stage 1, based on Nginx, to have only the compiled app, ready for production with Nginx FROM nginx:1.19.4 FROM nginx:1.27.3 #Copy ci-dashboard-dist #Copy ci-dashboard-dist COPY ./src /usr/share/nginx/html/nfvportal COPY ./src /usr/share/nginx/html/nfvportal #Copy default nginx configuration #Copy default nginx configuration Loading
src/Footer.html +1 −1 Original line number Original line Diff line number Diff line Loading @@ -53,7 +53,7 @@ OpenSlice has received funding from various projects under European Programmes for research, technological development OpenSlice has received funding from various projects under European Programmes for research, technological development and demonstration. You may refer to our extensive <a href="https://osl.etsi.org/ecosystem/">ecosystem</a> for further details. and demonstration. You may refer to our extensive <a href="https://osl.etsi.org/ecosystem/">ecosystem</a> for further details. </div> </div> <div class='font-weight-light'>{{portalName}} running OSL version version 2024Q4 | <div class='font-weight-light'>{{portalName}} running OSL version version 2025Q2-SNAPSHOT | <a href='https://osl.etsi.org/files/SDG_OSL_Terms_and_Conditions.pdf' class='font-weight-light'>Terms and Conditions</a> | <a href='https://osl.etsi.org/files/SDG_OSL_Terms_and_Conditions.pdf' class='font-weight-light'>Terms and Conditions</a> | © {{currentYear}} on behalf of <a target='_blank' href='https://osl.etsi.org/' title='osl.etsi.org' class='font-weight-light'>osl.etsi.org</a> © {{currentYear}} on behalf of <a target='_blank' href='https://osl.etsi.org/' title='osl.etsi.org' class='font-weight-light'>osl.etsi.org</a> </div> </div> Loading