Remove spacing between All/Unhealthy buttons

Signed-off-by: Julius Volz <julius.volz@gmail.com>
pull/5226/head
Julius Volz 7 years ago
parent 45b91e8e80
commit 028e99e3d6
  1. 2
      web/ui/templates/targets.html

@ -11,7 +11,7 @@
<label class="btn btn-primary">
<input type="radio" name="targets" id="all-targets" autocomplete="off" checked> All
</label>
<label class="btn btn-primary ml-1">
<label class="btn btn-primary">
<input type="radio" name="targets" id="unhealthy-targets" autocomplete="off"> Unhealthy
</label>
</br>

Loading…
Cancel
Save