{% 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 | accessible | Team | |
---|---|---|---|---|
{{ worker.title }} | {{ worker.ip }} | {{ worker.port }} | {% if worker.is_accessible %} {% else %} {% endif %} | {{ worker.owner }} |