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/todos.php | 1 + 1 file changed, 1 insertion(+) (limited to 'buildmaster/todos.php') diff --git a/buildmaster/todos.php b/buildmaster/todos.php index ba870fc..2f8d15c 100644 --- a/buildmaster/todos.php +++ b/buildmaster/todos.php @@ -71,6 +71,7 @@ if (isset($_GET["graph"])) { print "Todos in the build scripts\n"; print "\n"; print "\n"; + show_warning_on_offline_slave(); while ($row = $result->fetch_assoc()) { print "TODO #" . $row["id"] . ""; -- cgit v1.2.3