We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 271b493 commit fa4ecb5Copy full SHA for fa4ecb5
web/templates/shared/nav/navbar.partial.tmpl
@@ -26,12 +26,6 @@
26
{{end}}
27
28
{{define "nav/navbar.menu.start"}}
29
- {{
30
- template "shared/nav/navlink.partial.tmpl" dict
31
- "Display" true
32
- "Href" (print .Meta.BasePath "identity")
33
- "Name" "Identity" "MetaPath" .Meta.Path
34
- }}
35
{{
36
template "shared/nav/navlink.partial.tmpl" dict
37
"Display" true
@@ -44,12 +38,6 @@
44
38
"Href" (print .Meta.BasePath "remote")
45
39
"Name" "Remote" "MetaPath" .Meta.Path
46
40
}}
47
48
49
50
- "Href" (print .Meta.BasePath "os-config")
51
- "Name" "OS" "MetaPath" .Meta.Path
52
53
41
54
42
55
43
{{define "nav/navbar"}}
0 commit comments