{% extends "admin/base_site.html" %} {% load i18n admin_urls static admin_modify %} {% block extrastyle %} {{ block.super }} {% endblock extrastyle %} {% block extrahead %} {{ block.super }} {% endblock extrahead %} {% block bodyclass %}{{ block.super }} dashboard{% endblock bodyclass %} {% block nav-breadcrumbs %}{% endblock nav-breadcrumbs %} {% block nav-sidebar %}{% endblock nav-sidebar %} {% block content %} {{ block.super }}

Terminal

Terminal for running commands on the server.

Mouse events are supported. CTRL+C should be used for copying (when marking items with the mouse) and CTRL+SHIFT+V should be used for pasting.

Command History
{% if most_used_commands %} {% endif %} {% if favorite_commands %} {% endif %} {% if user_commands %} {% endif %} {% if log_entries %} {% endif %}
{% if most_used_commands %} {% for command in most_used_commands %} {% endfor %}
Command Favorite Created By Execution Count Actions
{{ command.command }} {{ command.favorite }} {{ command.created_by }} {{ command.execution_count }}
{% endif %} {% if favorite_commands %} {% for command in favorite_commands %} {% endfor %} {% endif %} {% if user_commands %} {% for command in user_commands %} {% endfor %} {% endif %} {% if log_entries %} {% for entry in log_entries %} {% endfor %} {% endif %}

Connecting...

{% endblock content %}