Skip to content

Commit d9b3bc6

Browse files
author
jleveugle
committed
fix(sidebar): add horizon link
1 parent e41313f commit d9b3bc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/manager/apps/public-cloud/src/sidebar/sidebar.constant.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ export const MENU = [
7878
subitems: [
7979
{
8080
options: {
81-
state: 'pci.projects.project2',
81+
url: 'https://horizon.cloud.ovh.net/auth/login',
82+
target: '_blank',
8283
},
8384
translation: 'cloud_sidebar_management_interface_horizon',
8485
},

0 commit comments

Comments
 (0)