created component instead of failed
This commit is contained in:
parent
e5af16a3e0
commit
35c8e533c0
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
`,
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue