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
27ca0ee2
Commit
27ca0ee2
authored
Apr 05, 2022
by
Justin Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update jira_import_form.vue to use GlTableLite
And update the Vue app name
parent
a5147079
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
app/assets/javascripts/jira_import/components/jira_import_form.vue
...s/javascripts/jira_import/components/jira_import_form.vue
+4
-4
app/assets/javascripts/jira_import/index.js
app/assets/javascripts/jira_import/index.js
+1
-0
No files found.
app/assets/javascripts/jira_import/components/jira_import_form.vue
View file @
27ca0ee2
...
@@ -12,7 +12,7 @@ import {
...
@@ -12,7 +12,7 @@ import {
GlLoadingIcon
,
GlLoadingIcon
,
GlSearchBoxByType
,
GlSearchBoxByType
,
GlSprintf
,
GlSprintf
,
GlTable
,
GlTable
Lite
,
}
from
'
@gitlab/ui
'
;
}
from
'
@gitlab/ui
'
;
import
{
debounce
}
from
'
lodash
'
;
import
{
debounce
}
from
'
lodash
'
;
import
{
getIdFromGraphQLId
}
from
'
~/graphql_shared/utils
'
;
import
{
getIdFromGraphQLId
}
from
'
~/graphql_shared/utils
'
;
...
@@ -45,7 +45,7 @@ export default {
...
@@ -45,7 +45,7 @@ export default {
GlLoadingIcon
,
GlLoadingIcon
,
GlSearchBoxByType
,
GlSearchBoxByType
,
GlSprintf
,
GlSprintf
,
GlTable
,
GlTable
Lite
,
},
},
currentUsername
:
gon
.
current_username
,
currentUsername
:
gon
.
current_username
,
dropdownLabel
,
dropdownLabel
,
...
@@ -295,7 +295,7 @@ export default {
...
@@ -295,7 +295,7 @@ export default {
<p>
{{ $options.userMappingMessage }}
</p>
<p>
{{ $options.userMappingMessage }}
</p>
<gl-table
:fields=
"$options.tableConfig"
:items=
"userMappings"
fixed
>
<gl-table
-lite
:fields=
"$options.tableConfig"
:items=
"userMappings"
fixed
>
<
template
#cell
(
arrow
)
>
<
template
#cell
(
arrow
)
>
<gl-icon
name=
"arrow-right"
:aria-label=
"__('Will be mapped to')"
/>
<gl-icon
name=
"arrow-right"
:aria-label=
"__('Will be mapped to')"
/>
</
template
>
</
template
>
...
@@ -326,7 +326,7 @@ export default {
...
@@ -326,7 +326,7 @@ export default {
</gl-dropdown-text>
</gl-dropdown-text>
</gl-dropdown>
</gl-dropdown>
</
template
>
</
template
>
</gl-table>
</gl-table
-lite
>
<gl-loading-icon
v-if=
"isInitialLoadingState"
size=
"sm"
/>
<gl-loading-icon
v-if=
"isInitialLoadingState"
size=
"sm"
/>
...
...
app/assets/javascripts/jira_import/index.js
View file @
27ca0ee2
...
@@ -20,6 +20,7 @@ export default function mountJiraImportApp() {
...
@@ -20,6 +20,7 @@ export default function mountJiraImportApp() {
return
new
Vue
({
return
new
Vue
({
el
,
el
,
name
:
'
JiraImportRoot
'
,
apolloProvider
,
apolloProvider
,
render
(
createComponent
)
{
render
(
createComponent
)
{
return
createComponent
(
App
,
{
return
createComponent
(
App
,
{
...
...
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