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
12a9a1f6
Commit
12a9a1f6
authored
Nov 11, 2021
by
Jannik Lehmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace GlTable with GlTablelite for subscription-details
parent
1b58bdd5
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_table.vue
...scriptions/show/components/subscription_details_table.vue
+4
-4
No files found.
ee/app/assets/javascripts/admin/subscriptions/show/components/subscription_details_table.vue
View file @
12a9a1f6
<
script
>
<
script
>
import
{
GlSkeletonLoader
,
GlTable
}
from
'
@gitlab/ui
'
;
import
{
GlSkeletonLoader
,
GlTable
Lite
}
from
'
@gitlab/ui
'
;
import
{
slugifyWithUnderscore
}
from
'
~/lib/utils/text_utility
'
;
import
{
slugifyWithUnderscore
}
from
'
~/lib/utils/text_utility
'
;
import
ClipboardButton
from
'
~/vue_shared/components/clipboard_button.vue
'
;
import
ClipboardButton
from
'
~/vue_shared/components/clipboard_button.vue
'
;
import
{
copySubscriptionIdButtonText
,
detailsLabels
}
from
'
../constants
'
;
import
{
copySubscriptionIdButtonText
,
detailsLabels
}
from
'
../constants
'
;
...
@@ -33,7 +33,7 @@ export default {
...
@@ -33,7 +33,7 @@ export default {
components
:
{
components
:
{
ClipboardButton
,
ClipboardButton
,
GlSkeletonLoader
,
GlSkeletonLoader
,
GlTable
,
GlTable
Lite
,
},
},
props
:
{
props
:
{
details
:
{
details
:
{
...
@@ -88,7 +88,7 @@ export default {
...
@@ -88,7 +88,7 @@ export default {
</
script
>
</
script
>
<
template
>
<
template
>
<gl-table
<gl-table
-lite
v-if=
"hasContent"
v-if=
"hasContent"
:fields=
"$options.fields"
:fields=
"$options.fields"
:items=
"details"
:items=
"details"
...
@@ -117,7 +117,7 @@ export default {
...
@@ -117,7 +117,7 @@ export default {
/>
/>
</p>
</p>
</
template
>
</
template
>
</gl-table>
</gl-table
-lite
>
<div
<div
v-else
v-else
:style=
"{ height: `${placeholderContainerHeight}px`, width: `${placeholderContainerWidth}px` }"
:style=
"{ height: `${placeholderContainerHeight}px`, width: `${placeholderContainerWidth}px` }"
...
...
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