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
5c3a4131
Commit
5c3a4131
authored
Nov 11, 2021
by
Jannik Lehmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace GlTable with GlTablelite for subscription-details-history
parent
0ba77670
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
ee/app/assets/javascripts/admin/subscriptions/show/components/subscription_details_history.vue
...riptions/show/components/subscription_details_history.vue
+4
-4
No files found.
ee/app/assets/javascripts/admin/subscriptions/show/components/subscription_details_history.vue
View file @
5c3a4131
<
script
>
import
{
GlBadge
,
GlTable
}
from
'
@gitlab/ui
'
;
import
{
GlBadge
,
GlTable
Lite
}
from
'
@gitlab/ui
'
;
import
{
kebabCase
}
from
'
lodash
'
;
import
{
capitalizeFirstCharacter
}
from
'
~/lib/utils/text_utility
'
;
import
{
...
...
@@ -25,7 +25,7 @@ export default {
name
:
'
SubscriptionDetailsHistory
'
,
components
:
{
GlBadge
,
GlTable
,
GlTable
Lite
,
},
props
:
{
currentSubscriptionId
:
{
...
...
@@ -136,7 +136,7 @@ export default {
<header>
<h2
class=
"gl-mb-6 gl-mt-0"
>
{{
$options
.
i18n
.
subscriptionHistoryTitle
}}
</h2>
</header>
<gl-table
<gl-table
-lite
:details-td-class=
"$options.tdClass"
:fields=
"fields"
:items=
"subscriptionList"
...
...
@@ -149,6 +149,6 @@ export default {
<template
#cell(type)=
"
{ value }">
<gl-badge
size=
"md"
variant=
"info"
>
{{
value
}}
</gl-badge>
</
template
>
</gl-table>
</gl-table
-lite
>
</section>
</template>
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