From 33996c8728dee80f6d75f5195add47a7ef384621 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 4 Apr 2023 10:12:29 +0200 Subject: [PATCH] linode: add atlanta region --- dashboard/src/js/client.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dashboard/src/js/client.js b/dashboard/src/js/client.js index f365b361f..b2dc4d568 100644 --- a/dashboard/src/js/client.js +++ b/dashboard/src/js/client.js @@ -168,7 +168,8 @@ const REGIONS_SCALEWAY = [ ]; const REGIONS_LINODE = [ - { name: 'Newark', value: 'us-east-1.linodeobjects.com', region: 'us-east-1' }, // default + { name: 'Atlanta', value: 'us-southeast-1.linodeobjects.com', region: 'us-east-1' }, // default + { name: 'Newark', value: 'us-east-1.linodeobjects.com', region: 'us-east-1' }, { name: 'Frankfurt', value: 'eu-central-1.linodeobjects.com', region: 'us-east-1' }, { name: 'Singapore', value: 'ap-south-1.linodeobjects.com', region: 'us-east-1' } ];