mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
Remove spacing between All/Unhealthy buttons
Signed-off-by: Julius Volz <julius.volz@gmail.com>
This commit is contained in:
parent
45b91e8e80
commit
028e99e3d6
|
@ -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…
Reference in a new issue