Commit ae8320c 1 parent 873b096 commit ae8320c Copy full SHA for ae8320c
File tree 1 file changed +26
-5
lines changed
ui/app/templates/components
1 file changed +26
-5
lines changed Original file line number Diff line number Diff line change 1
1
<nav class =" navbar is-primary" title =" navigation" >
2
2
<div class =" navbar-brand" >
3
- <span data-test-header-gutter-toggle class =" gutter-toggle" aria-label =" menu" onclick ={{ action this.onHamburgerClick }} >
3
+ <span
4
+ data-test-header-gutter-toggle
5
+ class =" gutter-toggle"
6
+ aria-label =" menu"
7
+ onclick ={{ action this.onHamburgerClick }}
8
+ >
4
9
<HamburgerMenu />
5
10
</span >
6
11
<LinkTo @route =" jobs" class =" navbar-item is-logo" aria-label =" Home" >
14
19
{{ /if }}
15
20
<div class =" navbar-end" >
16
21
{{ #if this.config.APP.showStorybookLink }}
17
- <a href =" /storybook/" class =" navbar-item" >Storybook</a >
22
+ <a href =" /storybook/" class =" navbar-item" >
23
+ Storybook
24
+ </a >
18
25
{{ /if }}
19
- <a href =" https://nomadproject.io/docs" class =" navbar-item" >Documentation</a >
20
- <LinkTo @route =" settings.tokens" class =" navbar-item" >ACL Tokens</LinkTo >
26
+ {{ #if this.agent.config.UI.Consul.BaseUrl }}
27
+ <a href ={{ this.agent.config.UI.Consul.BaseUrl }} class =" navbar-item" >
28
+ Consul
29
+ </a >
30
+ {{ /if }}
31
+ {{ #if this.agent.config.UI.Vault.BaseUrl }}
32
+ <a href ={{ this.agent.config.UI.Vault.BaseUrl }} class =" navbar-item" >
33
+ Vault
34
+ </a >
35
+ {{ /if }}
36
+ <a href =" https://nomadproject.io/docs" class =" navbar-item" >
37
+ Documentation
38
+ </a >
39
+ <LinkTo @route =" settings.tokens" class =" navbar-item" >
40
+ ACL Tokens
41
+ </LinkTo >
21
42
</div >
22
43
</nav >
23
44
<div class =" navbar is-secondary" >
29
50
{{ yield }}
30
51
</ul >
31
52
</nav >
32
- </div >
53
+ </div >
You can’t perform that action at this time.
0 commit comments