BigW Consortium Gitlab

Commit e5af16a3 by Regis

add created to pipeline scope status

parent af4459e5
......@@ -7,6 +7,7 @@
'vue-running-scope': gl.VueRunningScope,
'vue-pending-scope': gl.VuePendingScope,
'vue-failed-scope': gl.VueFailedScope,
'vue-created-scope': gl.VueCreatedScope,
},
props: [
'pipeline',
......@@ -28,6 +29,11 @@
:pipeline='pipeline'
>
</vue-failed-scope>
<vue-failed-scope
v-if="pipeline.details.status === 'created'"
:pipeline='pipeline'
>
</vue-failed-scope>
</td>
`,
});
......
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