mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-10 07:34:07 -08: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>
|
||||
<div class="form-text">
|
||||
<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="user">User</option>
|
||||
</select>
|
||||
|
|
Loading…
Reference in a new issue