index : website | |
Archlinux32 website - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
author | Erich Eckner <git@eckner.net> | 2018-05-25 16:06:48 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-05-25 16:06:48 +0200 |
commit | d7ea2a0ffb66973c257d4d2fc31d2ebf832a7a5b (patch) | |
tree | a7edaa9c7d2bc35db67a4add5f070f0b440e5aad /buildmaster | |
parent | 5ecbde8ac14bc17170f27ace3edd858ce575e922 (diff) |
-rw-r--r-- | buildmaster/build-slaves.php | 2 |
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>"; |