mirror of https://github.com/status-im/consul.git
ui: Update Gateway headers to include Service Kind (#7805)
This commit is contained in:
parent
4b2ff91b45
commit
1743da62d7
|
@ -5,6 +5,7 @@
|
|||
%app-view-title {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
white-space: nowrap;
|
||||
}
|
||||
%app-view-actions {
|
||||
margin-left: auto;
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
{{ item.ID }}
|
||||
</h1>
|
||||
<ConsulExternalSource @item={{item}} />
|
||||
<ConsulKind @item={{item}} />
|
||||
</BlockSlot>
|
||||
<BlockSlot @name="nav">
|
||||
<dl>
|
||||
|
|
|
@ -14,6 +14,7 @@
|
|||
{{item.Service.Service}}
|
||||
</h1>
|
||||
<ConsulExternalSource @item={{item.Service}} />
|
||||
<ConsulKind @item={{item.Service}} />
|
||||
</BlockSlot>
|
||||
<BlockSlot @name="nav">
|
||||
{{#if (not item.Service.Kind)}}
|
||||
|
|
Loading…
Reference in New Issue