{% extends "base.html" %} {% load staticfiles %} {% load djangovisor_tags %} {% block additinal_nav %}
  • Server
  • {% endblock %} {% block jumbotron %}

    Process

    Process {{ process.name }} has status {{ process.status }} with uptime {{ process.uptime|time_str }}

    {% endblock %} {% block content %} {% if process_found %}

    Zoom: click-drag --- Pan: shift-click-drag --- Restore zoom level: double-click

    {% include "djangovisor/includes/process_table.html" %}
    {% include "djangovisor/includes/process_buttons.html" %}
    {% include "djangovisor/includes/process_log.html" %}
    {% else %}

    Something went wrong. Process not found.

    {% endif %} {% if process.date %} {% csrf_token %} {% endif %} {% endblock %}