diff --git a/CHANGES b/CHANGES index 1c84e9b0d..e820f0c50 100644 --- a/CHANGES +++ b/CHANGES @@ -2836,4 +2836,5 @@ * i18n: fix crash if language file is missing * memory: fix slider UI where max was incorrectly set * digitalocean: add LON1 Spaces region +* exoscale: add sos AT-VIE-2 region diff --git a/dashboard/src/js/client.js b/dashboard/src/js/client.js index 9d43f1f76..987b3b86e 100644 --- a/dashboard/src/js/client.js +++ b/dashboard/src/js/client.js @@ -182,6 +182,7 @@ const REGIONS_DIGITALOCEAN = [ // https://www.exoscale.com/datacenters/ const REGIONS_EXOSCALE = [ { name: 'Vienna (AT-VIE-1)', value: 'https://sos-at-vie-1.exo.io' }, + { name: 'Vienna (AT-VIE-2)', value: 'https://sos-at-vie-2.exo.io' }, { name: 'Sofia (BG-SOF-1)', value: 'https://sos-bg-sof-1.exo.io' }, { name: 'Zurich (CH-DK-2)', value: 'https://sos-ch-dk-2.exo.io' }, { name: 'Geneva (CH-GVA-2)', value: 'https://sos-ch-gva-2.exo.io' },