ui: bump down the size on the health check name under service
This commit is contained in:
parent
bdd71dee33
commit
5015650e5b
|
@ -264,7 +264,7 @@
|
|||
<ul class="list-unstyled list-broken">
|
||||
{{#each check in node.Checks }}
|
||||
<li>
|
||||
<h4>{{ check.Name }} <small>{{ check.CheckID }}</small> <span class="pull-right"><small>{{check.Status}}</small></h4>
|
||||
<h4 class="check">{{ check.Name }} <small>{{ check.CheckID }}</small> <span class="pull-right"><small>{{check.Status}}</small></h4>
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
|
|
|
@ -34,9 +34,12 @@
|
|||
font-size: 14px;
|
||||
color: $text-color;
|
||||
}
|
||||
h5 {
|
||||
h5 {
|
||||
font-size: 12px;
|
||||
}
|
||||
h4.check {
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.panel-bar {
|
||||
|
|
Loading…
Reference in New Issue