mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-11 13:49:33 +08:00
Make icon optional for ntfy notificaation provider. Add Icon header to ntfy request only, if icon is actually defined.
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
<div class="mb-3">
|
||||
<label for="ntfy-icon" class="form-label">{{ $t("IconUrl") }}</label>
|
||||
<input id="ntfy-icon" v-model="$parent.notification.ntfyIcon" type="text" class="form-control" required>
|
||||
<input id="ntfy-icon" v-model="$parent.notification.ntfyIcon" type="text" class="form-control">
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
Reference in New Issue
Block a user