Skip to content

Commit

Permalink
fix output
Browse files Browse the repository at this point in the history
  • Loading branch information
jjackzhn committed Oct 18, 2024
1 parent 8c46d95 commit 26fe2b1
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions manifests/navbar.pp
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,21 @@
if $include_default {
$_content = {
nav_bar => [
'apps',
'files',
'jobs',
'clusters',
'interactive apps',
$navbar_items,
'sessions',
'apps',
'files',
'jobs',
'clusters',
'interactive apps',
] +
$navbar_items
+ [
'sessions',
],
help_bar => [
$helpbar_items,
'develop',
'help',
'user',
'logout',
help_bar => $helpbar_items + [
'develop',
'help',
'user',
'logout',
],
}
} else {
Expand Down

0 comments on commit 26fe2b1

Please sign in to comment.