Skip to content
GitLab
Next
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
GitLab FOSS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
GitLab.org
GitLab FOSS
Merge requests
!22714
Rename @gitlab-org/gitlab-svgs to @gitlab/svgs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Rename @gitlab-org/gitlab-svgs to @gitlab/svgs
leipert-migrate-gitlab-svgs
into
master
Overview
5
Commits
1
Pipelines
2
Changes
9
All threads resolved!
Hide all comments
Merged
Lukas Eipert
requested to merge
leipert-migrate-gitlab-svgs
into
master
6 years ago
Overview
5
Commits
1
Pipelines
2
Changes
9
All threads resolved!
Hide all comments
Expand
What does this MR do?
We moved the svg package to the @gitlab/svgs namespace.
What are the relevant issue numbers?
See
gitlab-svgs#29 (closed)
Does this MR meet the acceptance criteria?
Changelog entry
added, if necessary
Documentation created/updated
Tests added for this feature/bug
Conforms to the
code review guidelines
Conforms to the
merge request performance guidelines
Conforms to the
style guides
Conforms to the
database guides
Link to e2e tests MR added if this MR has
Requires e2e tests
label. See the
Test Planning Process
.
Edited
6 years ago
by
Lukas Eipert
0
0
Merge request reports
Viewing commit
4ceabef9
Show latest version
9 files
+
14
−
14
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
Verified
4ceabef9
Rename @gitlab-org/gitlab-svgs to @gitlab/svgs
· 4ceabef9
Lukas Eipert
authored
6 years ago
app/assets/javascripts/clusters/components/applications.vue
+
1
−
1
Options
<
script
>
import
_
from
'
underscore
'
;
import
helmInstallIllustration
from
'
@gitlab
-org/gitlab-
svgs/dist/illustrations/kubernetes-installation.svg
'
;
import
helmInstallIllustration
from
'
@gitlab
/
svgs/dist/illustrations/kubernetes-installation.svg
'
;
import
elasticsearchLogo
from
'
images/cluster_app_logos/elasticsearch.png
'
;
import
gitlabLogo
from
'
images/cluster_app_logos/gitlab.png
'
;
import
helmLogo
from
'
images/cluster_app_logos/helm.png
'
;
Loading