mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
- To be reused with app.html Tests: - During installation of the coturn app, operation progress is shown in the page. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
11 lines
261 B
HTML
11 lines
261 B
HTML
{% comment %}
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
{% endcomment %}
|
|
|
|
{% for operation in operations %}
|
|
<div class="app-operation">
|
|
<span class="fa fa-refresh fa-spin processing"></span>
|
|
{{ operation.translated_message }}
|
|
</div>
|
|
{% endfor %}
|