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.
This commit is contained in:
fishnux 2017-11-28 19:18:59 +00:00 committed by GitHub
parent 780796dc2a
commit e9dc1f3d32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -197,7 +197,7 @@
placeholder="* * * * *"> placeholder="* * * * *">
<div id="schedule-hint"> <div id="schedule-hint">
m h dom mon dow 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> </div>
</div> </div>