From d71ef8a35787bce195db69e2e70e74032e6aa1d5 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 17 Apr 2018 13:30:43 +0200 Subject: show warning on stopped slave --- buildmaster/status.php | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'buildmaster/status.php') diff --git a/buildmaster/status.php b/buildmaster/status.php index 28eee69..d58d379 100644 --- a/buildmaster/status.php +++ b/buildmaster/status.php @@ -9,19 +9,20 @@ ?> - -Build master status - - - -Start page
+ + Build master status + + + + + Start page
num_rows > 0) { $row = $result->fetch_assoc(); - print "latest package source is from " . $row["last"] . ".
\n"; + print " latest package source is from " . $row["last"] . ".
\n"; } ?> - + -- cgit v1.2.3