{% extends "base.html" %} {% load sekizai_tags %} {% block doctitle %} all Worker {% endblock %} {% block content %}
Workers are mashines the workflows are performed on. Select the Worker you want to edit.
{% if workers %}IP | Port | Availability | Team | ||
---|---|---|---|---|---|
{{ worker.title }} | {{ worker.ip }} | {{ worker.port }} | {% if worker.muted %} {% elif worker.is_accessible %} {% else %} {% endif %} | {{ worker.owner }} |
{% include 'threebot/worker/_worker_actions_menu.html' %}
|