Commit 4bdb6cdf authored by Phil Hughes's avatar Phil Hughes

Merge branch 'ee-10711-pipeline-bundle' into 'master'

EE: Removes EE differences for pipelines_details_bundle

See merge request gitlab-org/gitlab-ee!10449
parents ac7d073d 341eb3d0
import Flash from '~/flash';
import { __ } from '~/locale';
export default {
methods: {
clickTriggeredByPipeline() {},
clickTriggeredPipeline() {},
requestRefreshPipelineGraph() {
// When an action is clicked
// (wether in the dropdown or in the main nodes, we refresh the big graph)
this.mediator
.refreshPipeline()
.catch(() => Flash(__('An error occurred while making the request.')));
},
},
};
......@@ -34,7 +34,6 @@ export default () => {
props: {
isLoading: this.mediator.state.isLoading,
pipeline: this.mediator.store.state.pipeline,
mediator: this.mediator,
},
on: {
refreshPipelineGraph: this.requestRefreshPipelineGraph,
......
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