File tree Expand file tree Collapse file tree 1 file changed +18
-19
lines changed
web/src/views/project/template Expand file tree Collapse file tree 1 file changed +18
-19
lines changed Original file line number Diff line number Diff line change 189
189
190
190
<v-divider />
191
191
192
- <v-card-text >
193
-
194
- <v-alert
195
- type =" info"
196
- text
192
+ <v-alert
193
+ type =" info"
194
+ text
195
+ color =" hsl(348deg, 86%, 61%)"
196
+ style =" border-radius : 0 ;"
197
+ v-if =" !premiumFeatures.terraform_backend"
198
+ >
199
+ <span class =" mr-2" >
200
+ Terraform/OpenTofu HTTP backend available only in <b >PRO</b > version.
201
+ </span >
202
+ <v-btn
197
203
color =" hsl(348deg, 86%, 61%)"
198
- style =" border-radius : 0 ;"
199
- v-if =" !premiumFeatures.terraform_backend"
204
+ href =" https://semaphoreui.com/pro#runners"
200
205
>
201
- <span class =" mr-2" >
202
- Terraform/OpenTofu HTTP backend available only in <b >PRO</b > version.
203
- </span >
204
- <v-btn
205
- color =" hsl(348deg, 86%, 61%)"
206
- href =" https://semaphoreui.com/pro#runners"
207
- >
208
- Learn more
209
- <v-icon >mdi-chevron-right</v-icon >
210
- </v-btn >
211
- </v-alert >
206
+ Learn more
207
+ <v-icon >mdi-chevron-right</v-icon >
208
+ </v-btn >
209
+ </v-alert >
210
+ <v-card-text >
212
211
213
212
<h3 >Aliases</h3 >
214
213
<div class =" mb-6" >Alieases allows you to use state externally</div >
269
268
</template >
270
269
271
270
<template v-slot :item .status =" { item } " >
272
- <TaskStatus :status =" item.status" />
271
+ <TaskStatus :status =" item.status" />
273
272
</template >
274
273
275
274
<template v-slot :item .created =" { item } " >
You can’t perform that action at this time.
0 commit comments