created component instead of failed

This commit is contained in:
Regis 2016-11-11 12:40:29 -07:00
parent e5af16a3e0
commit 35c8e533c0

View file

@ -29,11 +29,11 @@
:pipeline='pipeline'
>
</vue-failed-scope>
<vue-failed-scope
<vue-created-scope
v-if="pipeline.details.status === 'created'"
:pipeline='pipeline'
>
</vue-failed-scope>
</vue-created-scope>
</td>
`,
});