index : website | |
Archlinux32 website - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2019-03-27 11:47:52 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-03-27 11:47:52 +0100 |
commit | be90f4841f958bae8fdd0c5577017cdd267bb08c (patch) | |
tree | f4ea112d511ee7efbe632a12f189013294f39c52 /buildmaster/index.php | |
parent | 1c3eb159945e8f4c0f9006498c93cdcc19724cb9 (diff) |
-rw-r--r-- | buildmaster/index.php | 2 |
diff --git a/buildmaster/index.php b/buildmaster/index.php index e63290c..1200e8e 100644 --- a/buildmaster/index.php +++ b/buildmaster/index.php @@ -38,7 +38,7 @@ if ($sarch_param != "") { <body> <?php show_warning_on_offline_slave(); ?> <a href="build-list.php<?php print $sarch_param; ?>">build list</a> - as <a href="build-list-links.php">graph</a> -- + as <a href="build-list-links.php<?php print $sarch_param; ?>">graph</a> -- <a href="build-list.php?broken=Broken<?php print $march_param; ?>">broken packages</a> -- <a href="build-list.php?next=Can<?php print $march_param; ?>">buildable packages</a><br> <a href="build-slaves.php">build-slaves</a> -- |