{% 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 | muted | accessible | Team | ||
---|---|---|---|---|---|---|
{{ worker.title }} | {{ worker.ip }} | {{ worker.port }} | {% if worker.muted %} {% else %} {% endif %} | {% if worker.is_accessible %} {% else %} {% endif %} | {{ worker.owner }} |
{% include 'threebot/worker/_worker_actions_menu.html' %}
|