{% extends "base.html" %} {% import "partials/nav.html" as nav %} {% import "partials/icons.html" as icons %} {% block title %}Queue — Quartermaster{% endblock %} {% block nav %}{% call nav::nav("queue", user, csrf_token, fika_installed) %}{% endcall %}{% endblock %} {% block content %}
All clear — no pending operations.
| Action | Mod | Queued | By | {% if user.role.can_manage_queue() %}Actions | {% endif %}
|---|---|---|---|---|
| {% if op.action == "install" %}install {% else if op.action == "update" %}update {% else if op.action == "remove" %}remove {% else %}{{ op.action }} {% endif %} | {{ op.mod_name }} | {{ op.queued_at }} | {{ op.queued_by.as_deref().unwrap_or("-") }} | {% if user.role.can_manage_queue() %}{% endif %} |