Skip to content

Commit

Permalink
Wrap version in footer and role
Browse files Browse the repository at this point in the history
  • Loading branch information
wenincode committed Nov 6, 2023
1 parent 0b10672 commit ee0c342
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions ui/packages/consul-ui/app/components/hashicorp-consul/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,16 @@
</Hds::SideNav::List>
</:body>
<:footer>
<Hds::Text::Display class='hds-side-nav-hide-when-minimized' @size='100' @color='disabled'>
Consul v{{env 'CONSUL_VERSION'}}
</Hds::Text::Display>
{{{concat '<!-- ' (env 'CONSUL_GIT_SHA') '-->'}}}
<footer role='contentinfo' data-test-footer>
<Hds::Text::Display
class='hds-side-nav-hide-when-minimized'
@size='100'
@color='disabled'
>
Consul v{{env 'CONSUL_VERSION'}}
</Hds::Text::Display>
{{{concat '<!-- ' (env 'CONSUL_GIT_SHA') '-->'}}}
</footer>
</:footer>
</Hds::SideNav>
</:side-nav>
Expand All @@ -225,12 +231,4 @@
(hash login=(if this.tokenSelector this.tokenSelector (hash open=undefined close=undefined)))
}}
</:main>

<:content-info>
<p>
Consul v{{env 'CONSUL_VERSION'}}
</p>
{{{concat '<!-- ' (env 'CONSUL_GIT_SHA') '-->'}}}
</:content-info>

</App>

0 comments on commit ee0c342

Please sign in to comment.