Skip to content

Commit 5cbb8e1

Browse files
Cyrille Bourgoiscbourgois
authored andcommitted
fix(server-sidebar): update vps regions
1 parent 838c84b commit 5cbb8e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/manager/modules/server-sidebar/src/sidebar.constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ export const IAAS_CONFIG = {
205205
],
206206
icon: 'ovh-font ovh-font-cloud-root',
207207
app: [CLOUD],
208-
regions: ['EU', 'CA', 'US'],
208+
regions: ['EU', 'CA'],
209209
};
210210

211211
export const PAAS_CONFIG = {

0 commit comments

Comments
 (0)