Commit e9e498fd authored by Regis's avatar Regis

no need for running icon comp

parent 62b3b28b
...@@ -3,9 +3,6 @@ ...@@ -3,9 +3,6 @@
((gl) => { ((gl) => {
gl.VuePipelineUrl = Vue.extend({ gl.VuePipelineUrl = Vue.extend({
components: {
'vue-running-icon': gl.VueRunningIcon,
},
props: [ props: [
'pipeline', 'pipeline',
], ],
...@@ -56,7 +53,7 @@ ...@@ -56,7 +53,7 @@
yaml invalid yaml invalid
</span> </span>
<span <span
v-if='pipeline.flags.stuck === true' v-if='pipeline.flags.stuck === true'
class="label label-warning" class="label label-warning"
> >
stuck stuck
......
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