Skip to content

Commit

Permalink
Update selectOptions.js - list GA regions. (aws-samples#36)
Browse files Browse the repository at this point in the history
* Update selectOptions.js - list GA regions.
* Update selectOptions.js - enabling different region options
  • Loading branch information
ctpr authored Aug 9, 2023
1 parent d91b554 commit 60e2a72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions imaging-viewer-ui/src/components/Settings/selectOptions.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
const appRegionOptions = [
{ label: 'US East (N. Virginia)', value: 'us-east-1' },
{ label: 'US East (Ohio)', value: 'us-east-2', disabled: true },
{ label: 'US West (N. California)', value: 'us-west-1', disabled: true },
{ label: 'US West (Oregon)', value: 'us-west-2', disabled: true },
{ label: 'US West (Oregon)', value: 'us-west-2', disabled: false },
{ label: 'Europe (Ireland)', value: 'eu-west-1', disabled: false },
{ label: 'Asia Pacific (Sydney)', value: 'ap-southeast-2', disabled: false },
];

const tlmAuthOptions = [
Expand Down

0 comments on commit 60e2a72

Please sign in to comment.