fix: display instance type spec
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
export const RegionIcons: Record<string, string> = {
|
||||
nyc1: '🇺🇸',
|
||||
nyc2: '🇺🇸',
|
||||
nyc3: '🇺🇸',
|
||||
tor1: '🇨🇦',
|
||||
sfo1: '🇺🇸',
|
||||
sfo2: '🇺🇸',
|
||||
sfo3: '🇺🇸',
|
||||
atl1: '🇺🇸',
|
||||
sgp1: '🇸🇬',
|
||||
blr1: '🇮🇳',
|
||||
lon1: '🇬🇧',
|
||||
ams2: '🇳🇱',
|
||||
ams3: '🇳🇱',
|
||||
fra1: '🇩🇪',
|
||||
syd1: '🇦🇺'
|
||||
};
|
||||
Reference in New Issue
Block a user