Commit 58b26c0c authored by Mike Greiling's avatar Mike Greiling

Fix conflicts within app/assets/javascripts/monitoring/components/dashboard.vue

parent f98569f2
...@@ -138,7 +138,6 @@ export default { ...@@ -138,7 +138,6 @@ export default {
}, },
mounted() { mounted() {
this.resizeThrottled = _.debounce(this.resize, 100); this.resizeThrottled = _.debounce(this.resize, 100);
<<<<<<< HEAD
this.servicePromises = [ this.servicePromises = [
this.service this.service
.getGraphsData() .getGraphsData()
...@@ -149,8 +148,6 @@ export default { ...@@ -149,8 +148,6 @@ export default {
.then(data => this.store.storeDeploymentData(data)) .then(data => this.store.storeDeploymentData(data))
.catch(() => Flash(s__('Metrics|There was an error getting deployment information.'))), .catch(() => Flash(s__('Metrics|There was an error getting deployment information.'))),
]; ];
=======
>>>>>>> upstream/master
if (!this.hasMetrics) { if (!this.hasMetrics) {
this.state = 'gettingStarted'; this.state = 'gettingStarted';
} else { } else {
...@@ -198,11 +195,7 @@ export default { ...@@ -198,11 +195,7 @@ export default {
<template> <template>
<div <div
v-if="!showEmptyState" v-if="!showEmptyState"
<<<<<<< HEAD
:key="updateDashboardKey"
=======
:key="forceRedraw" :key="forceRedraw"
>>>>>>> upstream/master
class="prometheus-graphs prepend-top-default" class="prometheus-graphs prepend-top-default"
> >
<div <div
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment