[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible: center the 'offline' word in the index_nodes_health.html
Mattia Rizzolo
gitlab at salsa.debian.org
Sun Jul 29 14:24:59 BST 2018
Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net
Commits:
fd6639d1 by Mattia Rizzolo at 2018-07-29T13:24:01Z
reproducible: center the 'offline' word in the index_nodes_health.html
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
=====================================
--- a/bin/reproducible_html_nodes_info.sh
+++ b/bin/reproducible_html_nodes_info.sh
@@ -73,7 +73,7 @@ for ARCH in ${ARCHS} ; do
# mark offline nodes
if [ -f "$JENKINS_OFFLINE_LIST" ]; then
if grep -q "$NODE" "$JENKINS_OFFLINE_LIST"; then
- write_page " is offline</td><td colspan=\"11\"></td>"
+ write_page '</td><td colspan="11" style="text-align: center;"><span style="font-style: italic;">offline</span></td>'
continue
fi
fi
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/fd6639d16d50f2397ab9ca296ec1a1c7afc0ac11
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/fd6639d16d50f2397ab9ca296ec1a1c7afc0ac11
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/20180729/bc9a6ba0/attachment.html>
More information about the Qa-jenkins-scm
mailing list