feat: cloud options
This commit is contained in:
@@ -155,3 +155,10 @@ export const regionList: {
|
||||
{ label: 'Frankfurt', datacenter: 'Datacenter 1', value: 'fra1', icon: '🇩🇪' },
|
||||
{ label: 'Sydney', datacenter: 'Datacenter 1', value: 'syd1', icon: '🇦🇺' }
|
||||
];
|
||||
|
||||
export const CloudOptionItems = [
|
||||
{
|
||||
label: 'Volumes',
|
||||
key: 'volumes'
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user