Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SupportAdmin
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Coscine
frontend
apps
SupportAdmin
Merge requests
!13
Issue/1762 renaming resource types
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Issue/1762 renaming resource types
Issue/1762-renamingResourceTypes
into
Sprint/2021-22
Overview
0
Commits
1
Pipelines
2
Changes
2
Merged
Issue/1762 renaming resource types
Hanna Führ
requested to merge
Issue/1762-renamingResourceTypes
into
Sprint/2021-22
Nov 8, 2021
Overview
0
Commits
1
Pipelines
2
Changes
2
coscine/issues#1762
Edited
Nov 11, 2021
by
Petar Hristov
0
0
Merge request reports
Compare
Sprint/2021-22
Sprint/2021-22 (base)
and
latest version
latest version
29bc3733
1 commit,
Nov 10, 2021
2 files
+
4457
−
4037
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
src/SupportAdminApp.vue
+
3
−
1
View file @ 29bc3733
Edit in single-file editor
Open in Web IDE
Show full file
@@ -187,7 +187,9 @@ export default Vue.extend({
for
(
const
d
of
quotas
)
{
this
.
projectQuotas
.
push
({
quotaId
:
d
.
quotaId
,
resourceType
:
d
.
resourceType
,
resourceType
:
this
.
$t
(
"
ResourceTypes.
"
+
d
.
resourceType
+
"
.displayName
"
),
currentQuota
:
d
.
quota
,
allocatedQuota
:
d
.
allocated
,
});
Loading