mirror of https://github.com/hashicorp/consul
John Cowen
4 years ago
committed by
GitHub
9 changed files with 59 additions and 35 deletions
@ -0,0 +1,3 @@
|
||||
```release-note:bug |
||||
ui: Reflect the change of Session API response shape for Checks in post 1.7 Consul |
||||
``` |
@ -0,0 +1,11 @@
|
||||
.consul-lock-session-list .checks dd { |
||||
display: inline-flex; |
||||
flex-wrap: wrap; |
||||
padding-left: 0px; |
||||
} |
||||
.consul-lock-session-list .checks dd > *:not(:last-child)::after { |
||||
content: ','; |
||||
margin-right: 0.3em; |
||||
display: inline; |
||||
} |
||||
|
Loading…
Reference in new issue