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
20afc0d1
Commit
20afc0d1
authored
Jan 20, 2022
by
orozot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simplify the import module path
parent
9d960bca
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/assets/javascripts/packages_and_registries/container_registry/explorer/components/details_page/tags_list.vue
...r_registry/explorer/components/details_page/tags_list.vue
+1
-1
app/assets/javascripts/packages_and_registries/shared/utils.js
...ssets/javascripts/packages_and_registries/shared/utils.js
+1
-1
No files found.
app/assets/javascripts/packages_and_registries/container_registry/explorer/components/details_page/tags_list.vue
View file @
20afc0d1
...
@@ -6,7 +6,7 @@ import { joinPaths } from '~/lib/utils/url_utility';
...
@@ -6,7 +6,7 @@ import { joinPaths } from '~/lib/utils/url_utility';
import
RegistryList
from
'
~/packages_and_registries/shared/components/registry_list.vue
'
;
import
RegistryList
from
'
~/packages_and_registries/shared/components/registry_list.vue
'
;
import
PersistedSearch
from
'
~/packages_and_registries/shared/components/persisted_search.vue
'
;
import
PersistedSearch
from
'
~/packages_and_registries/shared/components/persisted_search.vue
'
;
import
{
FILTERED_SEARCH_TERM
}
from
'
~/packages_and_registries/shared/constants
/index
'
;
import
{
FILTERED_SEARCH_TERM
}
from
'
~/packages_and_registries/shared/constants
'
;
import
TagsLoader
from
'
~/packages_and_registries/shared/components/tags_loader.vue
'
;
import
TagsLoader
from
'
~/packages_and_registries/shared/components/tags_loader.vue
'
;
import
{
import
{
REMOVE_TAGS_BUTTON_TITLE
,
REMOVE_TAGS_BUTTON_TITLE
,
...
...
app/assets/javascripts/packages_and_registries/shared/utils.js
View file @
20afc0d1
import
Vue
from
'
vue
'
;
import
Vue
from
'
vue
'
;
import
{
queryToObject
}
from
'
~/lib/utils/url_utility
'
;
import
{
queryToObject
}
from
'
~/lib/utils/url_utility
'
;
import
{
FILTERED_SEARCH_TERM
}
from
'
./constants
/index
'
;
import
{
FILTERED_SEARCH_TERM
}
from
'
./constants
'
;
export
const
getQueryParams
=
(
query
)
=>
export
const
getQueryParams
=
(
query
)
=>
queryToObject
(
query
,
{
gatherArrays
:
true
,
legacySpacesDecode
:
true
});
queryToObject
(
query
,
{
gatherArrays
:
true
,
legacySpacesDecode
:
true
});
...
...
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