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
15ff8c1d
Commit
15ff8c1d
authored
Jan 11, 2018
by
Jose Ivan Vargas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Solved monitoring components conflicts
parent
0fed2ce1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
21 deletions
+0
-21
app/assets/javascripts/monitoring/components/dashboard.vue
app/assets/javascripts/monitoring/components/dashboard.vue
+0
-13
app/assets/javascripts/monitoring/components/graph.vue
app/assets/javascripts/monitoring/components/graph.vue
+0
-4
app/assets/javascripts/monitoring/components/graph/flag.vue
app/assets/javascripts/monitoring/components/graph/flag.vue
+0
-4
No files found.
app/assets/javascripts/monitoring/components/dashboard.vue
View file @
15ff8c1d
...
...
@@ -55,19 +55,6 @@
eventHub
.
$off
(
'
toggleAspectRatio
'
,
this
.
toggleAspectRatio
);
eventHub
.
$off
(
'
hoverChanged
'
,
this
.
hoverChanged
);
window
.
removeEventListener
(
'
resize
'
,
this
.
resizeThrottled
,
false
);
<<<<<<<
HEAD
},
mounted
()
{
this
.
resizeThrottled
=
_
.
throttle
(
this
.
resize
,
600
);
if
(
!
this
.
hasMetrics
)
{
this
.
state
=
'
gettingStarted
'
;
}
else
{
this
.
getGraphsData
();
window
.
addEventListener
(
'
resize
'
,
this
.
resizeThrottled
,
false
);
}
=======
>>>>>>>
upstream
/
master
},
mounted
()
{
...
...
app/assets/javascripts/monitoring/components/graph.vue
View file @
15ff8c1d
...
...
@@ -259,12 +259,8 @@
<svg
class=
"graph-data"
:viewBox=
"innerViewBox"
<<<<<<<
HEAD
ref=
"graphData"
>
=======
ref=
"graphData"
>
>>>>>>> upstream/master
<graph-path
v-for=
"(path, index) in timeSeries"
:key=
"index"
...
...
app/assets/javascripts/monitoring/components/graph/flag.vue
View file @
15ff8c1d
...
...
@@ -5,11 +5,7 @@
export
default
{
components
:
{
<<<<<<<
HEAD
Icon
,
=======
icon
,
>>>>>>>
upstream
/
master
},
props
:
{
currentXCoordinate
:
{
...
...
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