Skip to content
Snippets Groups Projects

Sprint/2021 22

Files

+ 3
1
@@ -187,7 +187,9 @@ export default Vue.extend({
@@ -187,7 +187,9 @@ export default Vue.extend({
for (const d of quotas) {
for (const d of quotas) {
this.projectQuotas.push({
this.projectQuotas.push({
quotaId: d.quotaId,
quotaId: d.quotaId,
resourceType: d.resourceType,
resourceType: this.$t(
 
"ResourceTypes." + d.resourceType + ".displayName"
 
),
currentQuota: d.quota,
currentQuota: d.quota,
allocatedQuota: d.allocated,
allocatedQuota: d.allocated,
});
});
Loading