{% extends 'ewoooc_base.html' %} {% block title %}系統日誌 · EwoooC{% endblock %} {% block page_accent %}observability{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
{% set stats = [ ('total', 'fa-list', 'total-lines', '總行數'), ('error', 'fa-times-circle', 'error-count', '錯誤'), ('warning', 'fa-exclamation-triangle','warning-count', '注意'), ('info', 'fa-info-circle', 'info-count', '資訊') ] %} {% for kind, icon, vid, label in stats %}
0
{{ label }}
{% endfor %}
主要操作
過濾與搜尋
{% for level, icon, label in [ ('all', 'fa-list', '全部'), ('error', 'fa-times-circle', '錯誤'), ('warning', 'fa-exclamation-triangle','注意'), ('info', 'fa-info-circle', '資訊') ] %} {% endfor %}
顯示選項
字體大小:
{% for size, label in [('small','小'), ('medium','中'), ('large','大')] %} {% endfor %}
自動滾動

正在載入日誌...

{% endblock %} {% block extra_js %} {% endblock %}