Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e97be749
Commit
e97be749
authored
Jun 21, 2021
by
Angelo Gulina
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjust cards height
parent
cde8df49
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
ee/app/assets/javascripts/admin/subscriptions/show/components/subscription_breakdown.vue
.../subscriptions/show/components/subscription_breakdown.vue
+2
-0
ee/app/assets/javascripts/admin/subscriptions/show/components/subscription_details_user_info.vue
...ptions/show/components/subscription_details_user_info.vue
+4
-4
No files found.
ee/app/assets/javascripts/admin/subscriptions/show/components/subscription_breakdown.vue
View file @
e97be749
...
...
@@ -148,6 +148,7 @@ export default {
<section
class=
"row gl-mb-5"
>
<div
class=
"col-md-6 gl-mb-5"
>
<subscription-details-card
class=
"gl-h-full"
:details-fields=
"subscriptionDetailsFields"
:header-text=
"$options.i18n.subscriptionDetailsHeaderText"
:subscription=
"subscription"
...
...
@@ -211,6 +212,7 @@ export default {
<div
class=
"col-md-6 gl-mb-5"
>
<subscription-details-card
class=
"gl-h-full"
:details-fields=
"licensedToFields"
:header-text=
"$options.i18n.licensedToHeaderText"
:subscription=
"subscription"
...
...
ee/app/assets/javascripts/admin/subscriptions/show/components/subscription_details_user_info.vue
View file @
e97be749
...
...
@@ -63,7 +63,7 @@ export default {
<
template
>
<section
class=
"row"
>
<div
class=
"col-md-6 gl-mb-5"
>
<gl-card
data-testid=
"users-in-subscription"
>
<gl-card
class=
"gl-h-full"
data-testid=
"users-in-subscription"
>
<header>
<h2
data-qa-selector=
"users_in_subscription"
>
{{
usersInSubscription
}}
</h2>
<h5
class=
"gl-font-weight-normal text-uppercase"
>
...
...
@@ -77,7 +77,7 @@ export default {
</div>
<div
class=
"col-md-6 gl-mb-5"
>
<gl-card
data-testid=
"billable-users"
>
<gl-card
class=
"gl-h-full"
data-testid=
"billable-users"
>
<header>
<h2
data-qa-selector=
"billable_users"
>
{{
billableUsers
}}
</h2>
<h5
class=
"gl-font-weight-normal text-uppercase"
>
...
...
@@ -97,7 +97,7 @@ export default {
</div>
<div
class=
"col-md-6 gl-mb-5"
>
<gl-card
data-testid=
"maximum-users"
>
<gl-card
class=
"gl-h-full"
data-testid=
"maximum-users"
>
<header>
<h2
data-qa-selector=
"maximum_users"
>
{{ maximumUsers }}
</h2>
<h5
class=
"gl-font-weight-normal text-uppercase"
>
...
...
@@ -111,7 +111,7 @@ export default {
</div>
<div
class=
"col-md-6 gl-mb-5"
>
<gl-card
data-testid=
"users-over-license"
>
<gl-card
class=
"gl-h-full"
data-testid=
"users-over-license"
>
<header>
<h2
data-qa-selector=
"users_over_subscription"
>
{{ usersOverSubscription }}
</h2>
<h5
class=
"gl-font-weight-normal text-uppercase"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment