mirror of
https://github.com/koichixD/uptime-kuma.git
synced 2026-09-04 17:23:21 +00:00
feat(status-page): add help text for 'Description' in monitor edit status page (#6254)
Co-authored-by: Ashutosh Mohan <ashutosh.mohan@koottu.app> Co-authored-by: Frank Elsinga <frank@elsinga.de>
This commit is contained in:
co-authored by
Ashutosh Mohan
Frank Elsinga
parent
a3672a6afb
commit
ea3a4f6963
@@ -819,6 +819,7 @@
|
||||
<div class="my-3">
|
||||
<label for="description" class="form-label">{{ $t("Description") }}</label>
|
||||
<input id="description" v-model="monitor.description" type="text" class="form-control">
|
||||
<div class="form-text">{{ $t("descriptionHelpText") }}</div>
|
||||
</div>
|
||||
|
||||
<div class="my-3">
|
||||
|
||||
Reference in New Issue
Block a user