We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ccad2b commit 6a03d44Copy full SHA for 6a03d44
.goreleaser.yml
@@ -24,6 +24,8 @@ builds:
24
- arm64
25
- ppc64le
26
ignore:
27
+ - goos: freebsd
28
+ goarch: arm
29
- goos: freebsd
30
goarch: 386
31
web/src/components/ProjectForm.vue
@@ -47,12 +47,15 @@
47
></v-text-field>
48
49
<v-checkbox
50
+ class="mt-0"
51
v-model="item.alert"
52
:label="$t('allowAlertsForThisProject')"
53
data-testid="newProject-alert"
54
></v-checkbox>
55
- <v-btn color="white">Send test notification</v-btn>
56
+ <v-btn v-if="itemId !== 'new'" color="blue-grey">
57
+ Test notifications
58
+ </v-btn>
59
60
<v-switch
61
v-if="itemId === 'new'"
0 commit comments