ui: Card component nspace refactor (#9228)
* Refactoring conditional for showing nspaces * Styling empty state for Stats component
This commit is contained in:
parent
e4e306210a
commit
39de16af2b
|
@ -7,7 +7,7 @@
|
|||
{{@item.Name}}
|
||||
</p>
|
||||
<div class="details">
|
||||
{{#if (and (and @nspace (env 'CONSUL_NSPACES_ENABLED')) @type)}}
|
||||
{{#if (and (env 'CONSUL_NSPACES_ENABLED') (not-eq @item.Namespace @service.Namespace))}}
|
||||
<dl class="nspace">
|
||||
<dt>
|
||||
<Tooltip>
|
||||
|
|
|
@ -16,4 +16,7 @@
|
|||
dd {
|
||||
color: $gray-400 !important;
|
||||
}
|
||||
span {
|
||||
padding-bottom: 12px;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue