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
54318737
Commit
54318737
authored
Dec 12, 2019
by
Nick Kipling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating import of utils mixin
parent
3c7e15fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ee/app/assets/javascripts/packages/details/components/maven_installation.vue
...cripts/packages/details/components/maven_installation.vue
+1
-1
ee/app/assets/javascripts/packages/details/components/npm_installation.vue
...ascripts/packages/details/components/npm_installation.vue
+1
-1
No files found.
ee/app/assets/javascripts/packages/details/components/maven_installation.vue
View file @
54318737
...
...
@@ -4,7 +4,7 @@ import { s__, sprintf } from '~/locale';
import
CodeInstruction
from
'
./code_instruction.vue
'
;
import
Tracking
from
'
~/tracking
'
;
import
{
TrackingActions
,
TrackingLabels
}
from
'
../constants
'
;
import
trackInstallationTabChange
from
'
../utils
'
;
import
{
trackInstallationTabChange
}
from
'
../utils
'
;
export
default
{
name
:
'
MavenInstallation
'
,
...
...
ee/app/assets/javascripts/packages/details/components/npm_installation.vue
View file @
54318737
...
...
@@ -4,7 +4,7 @@ import { s__, sprintf } from '~/locale';
import
CodeInstruction
from
'
./code_instruction.vue
'
;
import
Tracking
from
'
~/tracking
'
;
import
{
TrackingActions
,
TrackingLabels
}
from
'
../constants
'
;
import
trackInstallationTabChange
from
'
../utils
'
;
import
{
trackInstallationTabChange
}
from
'
../utils
'
;
export
default
{
name
:
'
NpmInstallation
'
,
...
...
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