mirror of
https://github.com/status-im/consul.git
synced 2025-02-24 03:18:26 +00:00
ui: basic styles for check list
This commit is contained in:
parent
3e4029c010
commit
03138104b9
@ -101,10 +101,13 @@
|
||||
</div>
|
||||
|
||||
<div class="panel-body">
|
||||
{{#each check in node.Checks }}
|
||||
<h4>{{ check.Name }} <small>{{ check.CheckID }}</small> <span class="pull-right"><small>{{check.Status}}</small></h4>
|
||||
<hr>
|
||||
{{/each}}
|
||||
<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>
|
||||
</li>
|
||||
{{/each}}
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -36,3 +36,14 @@
|
||||
border-top-left-radius: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
ul.list-broken {
|
||||
li {
|
||||
border-bottom: 2px $gray-background solid;
|
||||
}
|
||||
|
||||
li:last-child {
|
||||
border-width: 0px;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user