index : website | |
Archlinux32 website - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-04-18 10:20:38 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-04-18 10:20:38 +0200 |
commit | 6cc8d2aca661d3c9217fc4c8b8b8a40ae5697f91 (patch) | |
tree | 9ec7e3b364333ff2089c75902bf2567849029a54 /buildmaster/index.php | |
parent | 4767e184bc8186eef47248790d4af43054cdab37 (diff) |
-rw-r--r-- | buildmaster/index.php | 6 |
diff --git a/buildmaster/index.php b/buildmaster/index.php index 8c1ed9f..87ee835 100644 --- a/buildmaster/index.php +++ b/buildmaster/index.php @@ -11,8 +11,10 @@ <?php show_warning_on_offline_slave(); ?> <a href="/buildmaster/build-list.php">build list</a> <a href="/buildmaster/build-list.php?show=broken">broken packages</a><br> - <a href="/buildmaster/build-slaves.php">build-slaves</a> - <a href="/buildmaster/status.php">status</a><br> + <a href="/buildmaster/build-slaves.php">build-slaves</a><br> + <a href="/buildmaster/status.php">status</a> + <a href="/buildmaster/log.php?show=ssh">ssh-log</a> + <a href="/buildmaster/log.php?show=email">email-log</a><br> <a href="/buildmaster/mysql-issues.php">broken dependencies in the database</a><br> <a href="/buildmaster/todos.php">todos</a> as <a href="/buildmaster/todos.php?graph">graph</a><br> |