[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible: node_info: fix colspan

Mattia Rizzolo gitlab at salsa.debian.org
Thu Nov 19 08:15:33 GMT 2020



Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net


Commits:
dff8cc1e by Mattia Rizzolo at 2020-11-19T09:15:24+01:00
reproducible: node_info: fix colspan

Signed-off-by: Mattia Rizzolo <mattia at debian.org>

- - - - -


1 changed file:

- bin/reproducible_html_nodes_info.sh


Changes:

=====================================
bin/reproducible_html_nodes_info.sh
=====================================
@@ -103,10 +103,10 @@ build_nodes_health_page() {
 			# mark offline nodes
 			if [ -f "$JENKINS_OFFLINE_GIT_LIST" ] && ! grep -q "$NODE" "$JENKINS_OFFLINE_GIT_LIST" \
 			 && ( [ -f "$JENKINS_OFFLINE_LIST" ] && grep -q "$NODE" "$JENKINS_OFFLINE_LIST" ) ; then
-				write_page '</td><td colspan="9" style="text-align: center;"><span style="font-style: italic;">temporarily marked offline by jenkins</span></td>'
+				write_page '</td><td colspan="10" style="text-align: center;"><span style="font-style: italic;">temporarily marked offline by jenkins</span></td>'
 				continue
 			elif [ -f "$JENKINS_OFFLINE_LIST" ] && grep -q "$NODE" "$JENKINS_OFFLINE_LIST"; then
-				write_page '</td><td colspan="9" style="text-align: center;"><span style="font-style: italic;">offline</span></td>'
+				write_page '</td><td colspan="10" style="text-align: center;"><span style="font-style: italic;">offline</span></td>'
 				continue
 			fi
 			# worker.log links



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/dff8cc1e11159344278e8999b085eee080c6b7da

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/dff8cc1e11159344278e8999b085eee080c6b7da
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20201119/15757c3f/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list