Commit 5e558af7 authored by Regis's avatar Regis

remove mini-graph js from dispatcher for pipelines:index

parent 6a110c00
...@@ -173,11 +173,6 @@ ...@@ -173,11 +173,6 @@
new TreeView(); new TreeView();
} }
break; break;
case 'projects:pipelines:index':
// new gl.MiniPipelineGraph({
// container: '.js-pipeline-table',
// });
break;
case 'projects:pipelines:builds': case 'projects:pipelines:builds':
case 'projects:pipelines:show': case 'projects:pipelines:show':
const { controllerAction } = document.querySelector('.js-pipeline-container').dataset; const { controllerAction } = document.querySelector('.js-pipeline-container').dataset;
......
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