mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Correct quota type indexes (#11085)
This commit is contained in:
parent
544028ca8e
commit
3b54194aef
@ -107,7 +107,7 @@ export const QUOTA_TYPES = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 29,
|
id: 29,
|
||||||
type: 'VPC'
|
type: 'BUCKET'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 30,
|
id: 30,
|
||||||
@ -115,7 +115,7 @@ export const QUOTA_TYPES = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 31,
|
id: 31,
|
||||||
type: 'BACKUP_OBJECT'
|
type: 'VPC'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user