mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-31 11:40:39 +00:00
10 lines
426 B
Vue
10 lines
426 B
Vue
|
<template>
|
||
|
<div class="mb-3">
|
||
|
<label for="lunasea-device" class="form-label">LunaSea Device ID<span style="color: red;"><sup>*</sup></span></label>
|
||
|
<input id="lunasea-device" v-model="$parent.notification.lunaseaDevice" type="text" class="form-control" required>
|
||
|
<div class="form-text">
|
||
|
<p><span style="color: red;"><sup>*</sup></span>Required</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
</template>
|