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