Skip to content

Commit fa4ecb5

Browse files
committed
Hide Identity and OS navbar entries
1 parent 271b493 commit fa4ecb5

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

web/templates/shared/nav/navbar.partial.tmpl

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,6 @@
2626
{{end}}
2727

2828
{{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-
}}
3529
{{
3630
template "shared/nav/navlink.partial.tmpl" dict
3731
"Display" true
@@ -44,12 +38,6 @@
4438
"Href" (print .Meta.BasePath "remote")
4539
"Name" "Remote" "MetaPath" .Meta.Path
4640
}}
47-
{{
48-
template "shared/nav/navlink.partial.tmpl" dict
49-
"Display" true
50-
"Href" (print .Meta.BasePath "os-config")
51-
"Name" "OS" "MetaPath" .Meta.Path
52-
}}
5341
{{end}}
5442

5543
{{define "nav/navbar"}}

0 commit comments

Comments
 (0)