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
!12
Sprint/2021 22
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Sprint/2021 22
Sprint/2021-22
into
master
Overview
0
Commits
5
Pipelines
5
Changes
3
Merged
Sprint/2021 22
Hanna Führ
requested to merge
Sprint/2021-22
into
master
Nov 8, 2021
Overview
0
Commits
5
Pipelines
5
Changes
3
0
0
Merge request reports
Compare
master
version 3
2be04b94
Nov 19, 2021
version 2
41b80772
Nov 19, 2021
version 1
7dc440ed
Nov 12, 2021
master (base)
and
latest version
latest version
79e77991
5 commits,
Nov 23, 2021
version 3
2be04b94
4 commits,
Nov 19, 2021
version 2
41b80772
3 commits,
Nov 19, 2021
version 1
7dc440ed
2 commits,
Nov 12, 2021
3 files
+
4461
−
4119
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
src/SupportAdminApp.vue
+
3
−
1
View file @ 79e77991
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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