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
a029c39b
Commit
a029c39b
authored
Oct 30, 2018
by
Kushal Pandya
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update imports as per gitlab-ui 1.9.0 upgrade
parent
137a04b3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
7 deletions
+7
-7
ee/app/assets/javascripts/security_dashboard/components/security_dashboard_table_row.vue
...ity_dashboard/components/security_dashboard_table_row.vue
+3
-3
ee/app/assets/javascripts/vue_shared/license_management/components/add_license_form.vue
...shared/license_management/components/add_license_form.vue
+2
-2
ee/app/assets/javascripts/vue_shared/license_management/license_management.vue
...ipts/vue_shared/license_management/license_management.vue
+2
-2
No files found.
ee/app/assets/javascripts/security_dashboard/components/security_dashboard_table_row.vue
View file @
a029c39b
<
script
>
<
script
>
import
{
SkeletonLoading
}
from
'
@gitlab-org/gitlab-ui
'
;
import
{
Gl
SkeletonLoading
}
from
'
@gitlab-org/gitlab-ui
'
;
import
SeverityBadge
from
'
ee/vue_shared/security_reports/components/severity_badge.vue
'
;
import
SeverityBadge
from
'
ee/vue_shared/security_reports/components/severity_badge.vue
'
;
import
SecurityDashboardActionButtons
from
'
./security_dashboard_action_buttons.vue
'
;
import
SecurityDashboardActionButtons
from
'
./security_dashboard_action_buttons.vue
'
;
import
VulnerabilityIssueLink
from
'
./vulnerability_issue_link.vue
'
;
import
VulnerabilityIssueLink
from
'
./vulnerability_issue_link.vue
'
;
...
@@ -9,7 +9,7 @@ export default {
...
@@ -9,7 +9,7 @@ export default {
components
:
{
components
:
{
SeverityBadge
,
SeverityBadge
,
SecurityDashboardActionButtons
,
SecurityDashboardActionButtons
,
SkeletonLoading
,
Gl
SkeletonLoading
,
VulnerabilityIssueLink
,
VulnerabilityIssueLink
,
},
},
props
:
{
props
:
{
...
@@ -67,7 +67,7 @@ export default {
...
@@ -67,7 +67,7 @@ export default {
{{
s__
(
'
Reports|Vulnerability
'
)
}}
{{
s__
(
'
Reports|Vulnerability
'
)
}}
</div>
</div>
<div
class=
"table-mobile-content"
>
<div
class=
"table-mobile-content"
>
<skeleton-loading
<
gl-
skeleton-loading
v-if=
"isLoading"
v-if=
"isLoading"
class=
"mt-2 js-skeleton-loader"
class=
"mt-2 js-skeleton-loader"
:lines=
"2"
:lines=
"2"
...
...
ee/app/assets/javascripts/vue_shared/license_management/components/add_license_form.vue
View file @
a029c39b
<
script
>
<
script
>
import
{
Button
}
from
'
@gitlab-org/gitlab-ui
'
;
import
{
Gl
Button
}
from
'
@gitlab-org/gitlab-ui
'
;
import
{
LICENSE_APPROVAL_STATUS
}
from
'
../constants
'
;
import
{
LICENSE_APPROVAL_STATUS
}
from
'
../constants
'
;
import
AddLicenseFormDropdown
from
'
./add_license_form_dropdown.vue
'
;
import
AddLicenseFormDropdown
from
'
./add_license_form_dropdown.vue
'
;
import
{
s__
}
from
'
~/locale
'
;
import
{
s__
}
from
'
~/locale
'
;
...
@@ -8,7 +8,7 @@ export default {
...
@@ -8,7 +8,7 @@ export default {
name
:
'
AddLicenseForm
'
,
name
:
'
AddLicenseForm
'
,
components
:
{
components
:
{
AddLicenseFormDropdown
,
AddLicenseFormDropdown
,
glButton
:
Button
,
Gl
Button
,
},
},
LICENSE_APPROVAL_STATUS
,
LICENSE_APPROVAL_STATUS
,
approvalStatusOptions
:
[
approvalStatusOptions
:
[
...
...
ee/app/assets/javascripts/vue_shared/license_management/license_management.vue
View file @
a029c39b
<
script
>
<
script
>
import
{
mapState
,
mapActions
}
from
'
vuex
'
;
import
{
mapState
,
mapActions
}
from
'
vuex
'
;
import
{
Button
}
from
'
@gitlab-org/gitlab-ui
'
;
import
{
Gl
Button
}
from
'
@gitlab-org/gitlab-ui
'
;
import
{
s__
}
from
'
~/locale
'
;
import
{
s__
}
from
'
~/locale
'
;
import
AddLicenseForm
from
'
./components/add_license_form.vue
'
;
import
AddLicenseForm
from
'
./components/add_license_form.vue
'
;
import
LicenseManagementRow
from
'
./components/license_management_row.vue
'
;
import
LicenseManagementRow
from
'
./components/license_management_row.vue
'
;
...
@@ -15,7 +15,7 @@ export default {
...
@@ -15,7 +15,7 @@ export default {
AddLicenseForm
,
AddLicenseForm
,
DeleteConfirmationModal
,
DeleteConfirmationModal
,
LicenseManagementRow
,
LicenseManagementRow
,
glButton
:
Button
,
Gl
Button
,
},
},
props
:
{
props
:
{
apiUrl
:
{
apiUrl
:
{
...
...
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