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
124ce3b6
Commit
124ce3b6
authored
Feb 23, 2018
by
Jacob Schatz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix failing paths
parent
17b3f531
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
app/assets/javascripts/cycle_analytics/cycle_analytics_bundle.js
...ets/javascripts/cycle_analytics/cycle_analytics_bundle.js
+2
-2
app/assets/javascripts/pages/projects/pipelines/show/index.js
...assets/javascripts/pages/projects/pipelines/show/index.js
+6
-6
No files found.
app/assets/javascripts/cycle_analytics/cycle_analytics_bundle.js
View file @
124ce3b6
...
...
@@ -14,10 +14,10 @@ import CycleAnalyticsStore from './cycle_analytics_store';
Vue
.
use
(
Translate
);
$
(
()
=>
{
document
.
addEventListener
(
'
DOMContentLoaded
'
,
()
=>
{
const
OVERVIEW_DIALOG_COOKIE
=
'
cycle_analytics_help_dismissed
'
;
gl
.
cycleAnalyticsApp
=
new
Vue
({
const
cycleAnalyticsApp
=
new
Vue
({
el
:
'
#cycle-analytics
'
,
name
:
'
CycleAnalytics
'
,
components
:
{
...
...
app/assets/javascripts/pages/projects/pipelines/show/index.js
View file @
124ce3b6
import
Vue
from
'
vue
'
;
import
{
__
}
from
'
../../../..
/locale
'
;
import
Flash
from
'
../../../..
/flash
'
;
import
PipelinesMediator
from
'
../../../../pipelines/pipeline_details_mediati
or
'
;
import
pipelineGraph
from
'
../../../..
/pipelines/components/graph/graph_component.vue
'
;
import
pipelineHeader
from
'
../../../..
/pipelines/components/header_component.vue
'
;
import
eventHub
from
'
../../../..
/pipelines/event_hub
'
;
import
{
__
}
from
'
~
/locale
'
;
import
Flash
from
'
~
/flash
'
;
import
PipelinesMediator
from
'
~/pipelines/pipeline_details_mediat
or
'
;
import
pipelineGraph
from
'
~
/pipelines/components/graph/graph_component.vue
'
;
import
pipelineHeader
from
'
~
/pipelines/components/header_component.vue
'
;
import
eventHub
from
'
~
/pipelines/event_hub
'
;
import
initPipelines
from
'
../init_pipelines
'
;
document
.
addEventListener
(
'
DOMContentLoaded
'
,
()
=>
{
...
...
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