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 {
|
%app-view-title {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
%app-view-actions {
|
%app-view-actions {
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
{{ item.ID }}
|
{{ item.ID }}
|
||||||
</h1>
|
</h1>
|
||||||
<ConsulExternalSource @item={{item}} />
|
<ConsulExternalSource @item={{item}} />
|
||||||
|
<ConsulKind @item={{item}} />
|
||||||
</BlockSlot>
|
</BlockSlot>
|
||||||
<BlockSlot @name="nav">
|
<BlockSlot @name="nav">
|
||||||
<dl>
|
<dl>
|
||||||
|
|
|
@ -14,6 +14,7 @@
|
||||||
{{item.Service.Service}}
|
{{item.Service.Service}}
|
||||||
</h1>
|
</h1>
|
||||||
<ConsulExternalSource @item={{item.Service}} />
|
<ConsulExternalSource @item={{item.Service}} />
|
||||||
|
<ConsulKind @item={{item.Service}} />
|
||||||
</BlockSlot>
|
</BlockSlot>
|
||||||
<BlockSlot @name="nav">
|
<BlockSlot @name="nav">
|
||||||
{{#if (not item.Service.Kind)}}
|
{{#if (not item.Service.Kind)}}
|
||||||
|
|
Loading…
Reference in New Issue