minor bugfixes for data export / UI

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2023-06-07 11:49:57 +02:00
parent eb9dded947
commit 5afe5a8c46
5 changed files with 5 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
{% if tabledata.table.tr is not empty and tabledata.table.tr is iterable %}
<div class="row mb-2">
{% set type = 'warning' %}
{% set alert_msg = lng('error.customerhasongoingbackupjob') %}
{% set alert_msg = lng('error.customerhasongoingexportjob') %}
{% include 'Froxlor/misc/alertbox.html.twig' %}
</div>
{% import "Froxlor/table/table.html.twig" as table %}