{% extends "base.html.j2" %} {% block title %}Container {{ container.name }} from pod {{ pod_name }} logs{% endblock %} {% block content %}

Results

By type

          {{ logs }}
        
      
{% if old_logs %}
          {{ old_logs }}
        
      
{% endif %} {% if log_files %} {% for file in log_files %}
          {{ log_files[file] }}
        
      
{% endfor %} {% endif %}
{% endblock %} {% block more_head %} {% endblock %}