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
0179a562
Commit
0179a562
authored
Oct 30, 2018
by
Clement Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove gitlab-ui's pagination from global
parent
571e651b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
app/assets/javascripts/commons/gitlab_ui.js
app/assets/javascripts/commons/gitlab_ui.js
+0
-2
app/assets/javascripts/vue_shared/components/pagination_links.vue
...ts/javascripts/vue_shared/components/pagination_links.vue
+4
-0
changelogs/unreleased/gl-ui-pagination.yml
changelogs/unreleased/gl-ui-pagination.yml
+5
-0
No files found.
app/assets/javascripts/commons/gitlab_ui.js
View file @
0179a562
import
Vue
from
'
vue
'
;
import
{
GlPagination
,
GlProgressBar
,
GlModal
,
GlLoadingIcon
,
...
...
@@ -8,7 +7,6 @@ import {
GlTooltipDirective
,
}
from
'
@gitlab-org/gitlab-ui
'
;
Vue
.
component
(
'
gl-pagination
'
,
GlPagination
);
Vue
.
component
(
'
gl-progress-bar
'
,
GlProgressBar
);
Vue
.
component
(
'
gl-ui-modal
'
,
GlModal
);
Vue
.
component
(
'
gl-loading-icon
'
,
GlLoadingIcon
);
...
...
app/assets/javascripts/vue_shared/components/pagination_links.vue
View file @
0179a562
<
script
>
import
{
GlPagination
}
from
'
@gitlab-org/gitlab-ui
'
;
import
{
s__
}
from
'
../../locale
'
;
export
default
{
components
:
{
GlPagination
,
},
props
:
{
change
:
{
type
:
Function
,
...
...
changelogs/unreleased/gl-ui-pagination.yml
0 → 100644
View file @
0179a562
---
title
:
Remove gitlab-ui's pagination from global
merge_request
:
author
:
type
:
performance
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