Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-01-22 11:31:42 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-01-22 11:31:42 +0100
commit63335e0c3e7a6e77fc3c68a0e6c1598936e333a5 (patch)
treed58e97d7642eaa485c0a67579b06c0c29a85c01e
parentc3311db9904b59945f37fe363fd893ea71a3765e (diff)
forgot to unbold the label in the filter in build-list
-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 e0c4c02..0da5615 100644
--- a/buildmaster/build-slaves.php
+++ b/buildmaster/build-slaves.php
@@ -239,7 +239,7 @@ foreach($rows as $row) {
<div>
<form>
<input type="hidden" name="sort" value="<?php print $_GET["sort"]?>"/>
- <label for="showall">Show all:</label><input type="checkbox" name="showall" <?php print ( $showall ? "checked" : ""); ?>/>
+ <label style="font-weight: normal" for="showall">Show all:</label><input type="checkbox" name="showall" <?php print ( $showall ? "checked" : ""); ?>/>
<input type="submit" value="Filter">
</form>
</div>