We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d809e0 commit b4cc84dCopy full SHA for b4cc84d
client/src/components/pipelines/form.vue
@@ -5,10 +5,10 @@
5
<v-row>
6
<v-col cols="12" sm="12" md="12" lg="12" xl="12">
7
8
- <h2 v-if="pipelineName=='new'">
+ <h2 v-if="pipeline=='new'">
9
Create a new Pipeline
10
</h2>
11
- <h2 v-if="pipelineName!='new'">
+ <h2 v-if="pipeline!='new'">
12
Edit <span style="color: rgb(var(--v-theme-kubero))">{{ pipelineName }}</span>
13
14
<p class="text-justify">
0 commit comments