We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 51c803d + b42847e commit 3cedb08Copy full SHA for 3cedb08
client/src/components/pipelines/form.vue
@@ -3,9 +3,13 @@
3
<v-container>
4
<v-row>
5
<v-col cols="12" sm="12" md="12" lg="12" xl="12">
6
- <h2>
+
7
+ <h2 v-if="pipelineName=='new'">
8
Create a new Pipeline
9
</h2>
10
+ <h2 v-if="pipelineName!='new'">
11
+ Edit <span style="color: rgb(var(--v-theme-kubero))">{{ pipelineName }}</span>
12
+ </h2>
13
<p class="text-justify">
14
A Pipeline may have several stages with apps
15
</p>
0 commit comments