summaryrefslogtreecommitdiff
path: root/buildmaster/todos.php
diff options
context:
space:
mode:
Diffstat (limited to 'buildmaster/todos.php')
-rw-r--r--buildmaster/todos.php1
1 files changed, 1 insertions, 0 deletions
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 "<title>Todos in the build scripts</title>\n";
print "</head>\n";
print "<body>\n";
+ show_warning_on_offline_slave();
while ($row = $result->fetch_assoc()) {
print "<a href=\"#TODO" . $row["id"] . "\">TODO #" . $row["id"] . "</a>";