summaryrefslogtreecommitdiff
path: root/buildmaster/build-slaves.php
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-05-25 16:06:48 +0200
committerErich Eckner <git@eckner.net>2018-05-25 16:06:48 +0200
commitd7ea2a0ffb66973c257d4d2fc31d2ebf832a7a5b (patch)
treea7edaa9c7d2bc35db67a4add5f070f0b440e5aad /buildmaster/build-slaves.php
parent5ecbde8ac14bc17170f27ace3edd858ce575e922 (diff)
downloadarchweb32-d7ea2a0ffb66973c257d4d2fc31d2ebf832a7a5b.tar.xz
buildmaster/build-slaves.php: add link to log
Diffstat (limited to 'buildmaster/build-slaves.php')
-rw-r--r--buildmaster/build-slaves.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildmaster/build-slaves.php b/buildmaster/build-slaves.php
index 2a2f592..e27d84f 100644
--- a/buildmaster/build-slaves.php
+++ b/buildmaster/build-slaves.php
@@ -47,7 +47,7 @@ show_warning_on_offline_slave();
}
}
print "<tr>";
- print "<td>".$row["name"]."</td>";
+ print "<td><a href=\"/buildmaster/log.php?show=ssh&slave=".$row["name"]."\">".$row["name"]."</a></td>";
print "<td>".$row["operator"]."</td>";
print "<td>".$row["pkgbase"]."</td>";
print "<td>".$row["lc"]."</td>";