Skip to content

Commit e41313f

Browse files
author
jleveugle
committed
fix(navbar): display active universe
1 parent 42048d1 commit e41313f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/manager/apps/public-cloud/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body class="ovhstack h-100" style="overflow: hidden;">
99
<div data-ng-app="ovhStack" data-ng-strict-di class="h-100 d-flex flex-column overflow-hidden" data-ng-controller="PublicCloudController as $ctrl">
1010
<div>
11-
<ovh-manager-navbar></ovh-manager-navbar>
11+
<ovh-manager-navbar data-navbar-options="{ universe: 'public-cloud' }"></ovh-manager-navbar>
1212
</div>
1313
<div class="w-100 h-100">
1414
<div class="container-fluid h-100">

0 commit comments

Comments
 (0)