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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
053c3d0e
Commit
053c3d0e
authored
Feb 01, 2018
by
Mike Greiling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
migrate dashboard:milestones:index to static bundle
parent
cd4a87ee
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
app/assets/javascripts/dispatcher.js
app/assets/javascripts/dispatcher.js
+0
-5
app/assets/javascripts/pages/dashboard/milestones/index/index.js
...ets/javascripts/pages/dashboard/milestones/index/index.js
+1
-1
No files found.
app/assets/javascripts/dispatcher.js
View file @
053c3d0e
...
...
@@ -59,11 +59,6 @@ import SearchAutocomplete from './search_autocomplete';
case
'
projects:issues:show
'
:
shortcut_handler
=
true
;
break
;
case
'
dashboard:milestones:index
'
:
import
(
'
./pages/dashboard/milestones/index
'
)
.
then
(
callDefault
)
.
catch
(
fail
);
break
;
case
'
projects:milestones:index
'
:
import
(
'
./pages/projects/milestones/index
'
)
.
then
(
callDefault
)
...
...
app/assets/javascripts/pages/dashboard/milestones/index/index.js
View file @
053c3d0e
import
projectSelect
from
'
~/project_select
'
;
export
default
projectSelect
;
document
.
addEventListener
(
'
DOMContentLoaded
'
,
projectSelect
)
;
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