From b57789d3e290d5bfac1729b4125904e6ad4eacda Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 2 May 2018 09:24:40 +0200 Subject: put offline-slave-warning into print_header() --- buildmaster/build-list.php | 2 -- lib/style.php | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/buildmaster/build-list.php b/buildmaster/build-list.php index 7635759..365f3f2 100644 --- a/buildmaster/build-list.php +++ b/buildmaster/build-list.php @@ -286,8 +286,6 @@ while($row = $result->fetch_assoc()) { print_header("List of " . strtoupper(substr($to_show,0,1)) . substr($to_show,1) . " Package Builds"); -show_warning_on_offline_slave(); - print "build logs\n"; foreach ($to_shows as $link => $dummy) { diff --git a/lib/style.php b/lib/style.php index 362f53e..6229aae 100644 --- a/lib/style.php +++ b/lib/style.php @@ -31,6 +31,7 @@ function print_header($title) {
Judd Vinet and Aaron Griffin.") { -- cgit v1.2.3