37 lines
1.1 KiB
Handlebars
37 lines
1.1 KiB
Handlebars
{{outlet}}
|
|
<footer class="footer has-text-grey has-text-centered">
|
|
<span class="is-inline-block">
|
|
<Icon @name="hashicorp" aria-hidden="true" class="has-text-grey-light" />
|
|
©
|
|
{{date-format (now) "yyyy"}}
|
|
HashiCorp
|
|
</span>
|
|
<span>
|
|
<a href={{changelog-url-for this.activeCluster.leaderNode.version}} class="link has-text-grey">
|
|
Vault
|
|
{{this.activeCluster.leaderNode.version}}
|
|
</a>
|
|
</span>
|
|
{{#if (is-version "OSS")}}
|
|
<span>
|
|
<a href="https://hashicorp.com/products/vault/trial?source=vaultui" class="link has-text-grey">
|
|
Upgrade to Vault Enterprise
|
|
</a>
|
|
</span>
|
|
{{/if}}
|
|
<span>
|
|
<a class="has-text-grey" target="_blank" rel="noreferrer noopener" href="https://www.vaultproject.io/docs/index.html">
|
|
Documentation
|
|
</a>
|
|
</span>
|
|
</footer>
|
|
{{#if (eq this.env "development")}}
|
|
<div class="env-banner level development">
|
|
<div class="level-item notification">
|
|
<Icon @name="git-branch" /><Icon @name="pencil-tool" />
|
|
Local development
|
|
<Icon @name="pencil-tool" /><Icon @name="git-branch" />
|
|
</div>
|
|
</div>
|
|
{{/if}}
|
|
<div id="modal-wormhole"></div> |