0
0
Fork 0
mirror of https://github.com/healthchecks/healthchecks.git synced 2025-04-11 15:51:19 +00:00

Add maxlength attributes

This commit is contained in:
Pēteris Caune 2023-12-07 15:46:46 +02:00
parent b82274d827
commit cadea5ab88
No known key found for this signature in database
GPG key ID: E28D7679E9A9EDE2

View file

@ -76,7 +76,8 @@
class="form-control"
id="schedule"
name="schedule"
placeholder="* * * * *">
placeholder="* * * * *"
maxlength="100">
<div class="schedule-hint">
m h dom mon dow
<a href="{% url 'hc-docs-cron' %}" target="_blank">(cheatsheet)</a>
@ -140,7 +141,8 @@
name="schedule"
class="form-control"
rows="5"
placeholder="*-*-* *:*:*"></textarea>
placeholder="*-*-* *:*:*"
maxlength="100"></textarea>
<div class="schedule-hint">
<a href="https://www.man7.org/linux/man-pages/man7/systemd.time.7.html#CALENDAR_EVENTS" target="_blank">syntax reference</a>
</div>