mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-01 01:25:45 -04:00
Added required to LunaSea notification type select field
This commit is contained in:
parent
8725e5daf9
commit
53d9e98e47
@ -3,7 +3,7 @@
|
|||||||
<label for="lunasea-notification-type" class="form-label">{{ $t("Device ID or User ID") }}<span style="color: red;"><sup>*</sup></span></label>
|
<label for="lunasea-notification-type" class="form-label">{{ $t("Device ID or User ID") }}<span style="color: red;"><sup>*</sup></span></label>
|
||||||
<div class="form-text">
|
<div class="form-text">
|
||||||
<p>
|
<p>
|
||||||
<select class="form-select" id="lunasea-notification-type" v-model="$parent.notification.lunaseaNotificationType">
|
<select id="lunasea-notification-type" v-model="$parent.notification.lunaseaNotificationType" class="form-select" required>
|
||||||
<option value="device">Device</option>
|
<option value="device">Device</option>
|
||||||
<option value="user">User</option>
|
<option value="user">User</option>
|
||||||
</select>
|
</select>
|
||||||
|
Loading…
Reference in New Issue
Block a user