File tree Expand file tree Collapse file tree 2 files changed +21
-15
lines changed Expand file tree Collapse file tree 2 files changed +21
-15
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,10 @@ builds:
24
24
- arm64
25
25
- ppc64le
26
26
ignore :
27
+ - goos : freebsd
28
+ goarch : 386
29
+ - goos : freebsd
30
+ goarch : ppc64le
27
31
- goos : darwin
28
32
goarch : 386
29
33
- goos : darwin
Original file line number Diff line number Diff line change 22
22
dense
23
23
></v-text-field >
24
24
25
- <v-checkbox
26
- v-model =" item.alert"
27
- :label =" $t('allowAlertsForThisProject')"
28
- data-testid =" newProject-alert"
29
- ></v-checkbox >
30
-
31
- <v-text-field
32
- v-model =" item.alert_chat"
33
- :label =" $t('telegramChatIdOptional')"
34
- :disabled =" formSaving"
35
- data-testid =" newProject-tg"
36
- outlined
37
- dense
38
- ></v-text-field >
39
-
40
25
<v-text-field
41
26
v-model.number =" item.max_parallel_tasks"
42
27
:label =" $t('maxNumberOfParallelTasksOptional')"
52
37
dense
53
38
></v-text-field >
54
39
40
+ <v-text-field
41
+ v-model =" item.alert_chat"
42
+ :label =" $t('telegramChatIdOptional')"
43
+ :disabled =" formSaving"
44
+ data-testid =" newProject-tg"
45
+ outlined
46
+ dense
47
+ ></v-text-field >
48
+
49
+ <v-checkbox
50
+ v-model =" item.alert"
51
+ :label =" $t('allowAlertsForThisProject')"
52
+ data-testid =" newProject-alert"
53
+ ></v-checkbox >
54
+
55
+ <v-btn color =" white" >Send test notification</v-btn >
56
+
55
57
<v-switch
56
58
v-if =" itemId === 'new'"
57
59
v-model =" item.demo"
You can’t perform that action at this time.
0 commit comments