|
@ -208,14 +208,21 @@ |
|
|
Log |
|
|
Log |
|
|
<small>Click on individual items for details</small> |
|
|
<small>Click on individual items for details</small> |
|
|
<div id="format-switcher" class="btn-group pull-right" data-toggle="buttons"> |
|
|
<div id="format-switcher" class="btn-group pull-right" data-toggle="buttons"> |
|
|
<label class="btn btn-default btn-xs" data-format="utc"> |
|
|
|
|
|
<input type="radio" name="date-format" checked> |
|
|
|
|
|
|
|
|
<label class="btn btn-default btn-xs" data-format="UTC"> |
|
|
|
|
|
<input type="radio" name="date-format"> |
|
|
UTC |
|
|
UTC |
|
|
</label> |
|
|
|
|
|
|
|
|
</label> |
|
|
|
|
|
|
|
|
|
|
|
{% if check.kind == "cron" and check.tz != "UTC" %} |
|
|
|
|
|
<label class="btn btn-default btn-xs" data-format="{{ check.tz }}"> |
|
|
|
|
|
<input type="radio" name="date-format"> |
|
|
|
|
|
{{ check.tz }} |
|
|
|
|
|
</label> |
|
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
<label class="btn btn-default btn-xs active" data-format="local"> |
|
|
<label class="btn btn-default btn-xs active" data-format="local"> |
|
|
<input type="radio" name="date-format"> |
|
|
<input type="radio" name="date-format"> |
|
|
Local Time |
|
|
|
|
|
|
|
|
Browser's time zone |
|
|
</label> |
|
|
</label> |
|
|
</div> |
|
|
</div> |
|
|
</h2> |
|
|
</h2> |
|
@ -255,7 +262,7 @@ |
|
|
<script src="{% static 'js/bootstrap-select.min.js' %}"></script> |
|
|
<script src="{% static 'js/bootstrap-select.min.js' %}"></script> |
|
|
<script src="{% static 'js/nouislider.min.js' %}"></script> |
|
|
<script src="{% static 'js/nouislider.min.js' %}"></script> |
|
|
<script src="{% static 'js/snippet-copy.js' %}"></script> |
|
|
<script src="{% static 'js/snippet-copy.js' %}"></script> |
|
|
<script src="{% static 'js/moment.min.js' %}"></script> |
|
|
|
|
|
|
|
|
<script src="{% static 'js/spacetime.min.js' %}"></script> |
|
|
<script src="{% static 'js/update-timeout-modal.js' %}"></script> |
|
|
<script src="{% static 'js/update-timeout-modal.js' %}"></script> |
|
|
<script src="{% static 'js/adaptive-setinterval.js' %}"></script> |
|
|
<script src="{% static 'js/adaptive-setinterval.js' %}"></script> |
|
|
<script src="{% static 'js/details.js' %}"></script> |
|
|
<script src="{% static 'js/details.js' %}"></script> |
|
|