feature/13-runner-management #42

Merged
philipp merged 37 commits from feature/13-runner-management into dev 2021-01-26 15:58:34 +00:00
Showing only changes of commit e34c91b2cc - Show all commits

View File

@ -145,22 +145,22 @@
<th
scope="col"
class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
Vorname
{$_('csv_import__firstname')}
</th>
<th
scope="col"
class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
Middlename
{$_('csv_import__middlename')}
</th>
<th
scope="col"
class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
Lastname
{$_('csv_import__lastname')}
</th>
<th
scope="col"
class="px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider">
Team
{$_('csv_import__team')}
</th>
</tr>
</thead>