{% extends "../page_layout.html" %} {% block title %}Dashboard | Unmanic{% end %} {% block page %}main{% end %} {% block head %} {% end %} {# TODO: Change to 'plugins' #} {% block scripts %} {% end %} {% block content %}
Workers
{#{% set all_worker_info = handler.get_workers_info() %} {% set row_count = round( ( len(all_worker_info) / 6 ) + .4) %} {% if row_count < 1 %} {% set row_count = 1 %} {% end %} {% for x in range(0, row_count) %} {% set range_start = (x * 6) %} {% set range_end = (x * 6) + 6 %} {% end %}#}
Pending Tasks files queued for re-encoding...
{% include "main-pending-tasks.html" %}
Completed Tasks
{% include "main-completed-tasks-list.html" %}
{% end %}