Revision 232f9a39
Von Moritz Bunkus vor etwa 8 Jahren hinzugefügt
templates/webpages/admin/show.html | ||
---|---|---|
54 | 54 |
<th>[% LxERP.t8('Database Host') %]</th> |
55 | 55 |
<th>[% LxERP.t8('Database User') %]</th> |
56 | 56 |
<th>[% LxERP.t8('Default client') %]</th> |
57 |
<th>[% LxERP.t8('Task server') %]</th> |
|
57 | 58 |
</tr> |
58 | 59 |
|
59 | 60 |
[%- FOREACH client = SELF.all_clients %] |
... | ... | |
64 | 65 |
<td>[% HTML.escape(client.dbhost) %][% IF client.dbport %]:[%- HTML.escape(client.dbport) %][%- END %]</td> |
65 | 66 |
<td>[% HTML.escape(client.dbuser) %]</td> |
66 | 67 |
<td>[% IF client.is_default %][% LxERP.t8("Yes") %][%- ELSE %][% LxERP.t8("No") %][%- END %]</td> |
68 |
<td> |
|
69 |
[% IF client.task_server_user %] |
|
70 |
[% LxERP.t8("execution as user '#1'", client.task_server_user.login) %] |
|
71 |
[% ELSE %] |
|
72 |
[% LxERP.t8("no execution for this client") %] |
|
73 |
[% END %] |
|
74 |
</td> |
|
67 | 75 |
</tr> |
68 | 76 |
[%- END %] |
69 | 77 |
</table> |
Auch abrufbar als: Unified diff
Admin: Task-Server-Benutzer in Mandantenliste anzeigen