Browse Source

Minor HTML edit on my_checks.html

I wanted to check the cron cheatsheet and got annoyed because it opened on the same tab, so I had to go back and open the window/modal to edit the cron period, and open the cheatsheet again, but this time on a new tab, so I could build my cron expression side-by-side.
pull/142/head
fishnux 7 years ago
committed by GitHub
parent
commit
e9dc1f3d32
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/front/my_checks.html

+ 1
- 1
templates/front/my_checks.html View File

@ -197,7 +197,7 @@
placeholder="* * * * *">
<div id="schedule-hint">
m h dom mon dow
<a href="{% url 'hc-docs-cron' %}">(cheatsheet)</a>
<a href="{% url 'hc-docs-cron' %}" target="_blank">(cheatsheet)</a>
</div>
</div>
</div>


Loading…
Cancel
Save