summaryrefslogtreecommitdiff
path: root/buildmaster/index.php
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-03-27 11:47:52 +0100
committerErich Eckner <git@eckner.net>2019-03-27 11:47:52 +0100
commitbe90f4841f958bae8fdd0c5577017cdd267bb08c (patch)
treef4ea112d511ee7efbe632a12f189013294f39c52 /buildmaster/index.php
parent1c3eb159945e8f4c0f9006498c93cdcc19724cb9 (diff)
downloadwebsite-be90f4841f958bae8fdd0c5577017cdd267bb08c.tar.xz
buildmaster/build-list-links.php: filter by architecture (of build assignment)
Diffstat (limited to 'buildmaster/index.php')
-rw-r--r--buildmaster/index.php2
1 files changed, 1 insertions, 1 deletions
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> --