{% extends "base.html" %} {% block content %} {% set attribute_name = "logs" %}
SETTINGS
Select instance
Date options
From date
To date (default today)
Live options
Listen live
Update delay (in seconds)
{% set filters = [ { "type": "input", "name": "Search", "label": "search", "id": "keyword", "placeholder": "keyword", "pattern": "(.*?)" }, { "type": "select", "name": "Logs type", "id": "types", "value": "all", "values": [ "all", "message", "emerg", "error", "warn", "info", "misc" ] } ] %}
FILTERS
{% for filter in filters %} {% if filter['type'] == 'input' %}
{{ filter['name'] }}
{% endif %} {% if filter['type'] == 'select' %}
{{ filter['name'] }}
{% endif %} {% endfor %}
No logs to show
{% endblock content %}