| ... | @@ -34,6 +34,7 @@ export default () => { |
... | @@ -34,6 +34,7 @@ export default () => { |
|
|
props: {
|
|
props: {
|
|
|
isLoading: this.mediator.state.isLoading,
|
|
isLoading: this.mediator.state.isLoading,
|
|
|
pipeline: this.mediator.store.state.pipeline,
|
|
pipeline: this.mediator.store.state.pipeline,
|
|
|
|
mediator: this.mediator,
|
|
|
},
|
|
},
|
|
|
on: {
|
|
on: {
|
|
|
refreshPipelineGraph: this.requestRefreshPipelineGraph,
|
|
refreshPipelineGraph: this.requestRefreshPipelineGraph,
|
| ... | |
... | |
| ... | | ... | |