[UPDT] HELPDESK: Department manager table in settings style fix

This commit is contained in:
Horilla
2024-02-22 22:58:56 +05:30
parent 92c3b4ad7b
commit 475648ea1c

View File

@@ -3,8 +3,8 @@
<div class="oh-sticky-table__table oh-table--sortable">
<div class="oh-sticky-table__thead">
<div class="oh-sticky-table__tr">
<div class="oh-sticky-table__th">{% trans "department" %}</div>
<div class="oh-sticky-table__th">{% trans "manager" %}</div>
<div class="oh-sticky-table__th">{% trans "Department" %}</div>
<div class="oh-sticky-table__th">{% trans "Manager" %}</div>
{% if perms.helpdesk.change_departmentmanager or perms.helpdesk.delete_departmentmanager %}
<div class="oh-sticky-table__th">{% trans "Actions" %}</div>
{% endif %}