# -- # Copyright (C) 2001-2019 OTRS AG, https://otrs.com/ # -- # This software comes with ABSOLUTELY NO WARRANTY. For details, see # the enclosed file COPYING for license information (GPL). If you # did not receive this file, see https://www.gnu.org/licenses/gpl-3.0.txt. # --
| [% Translate("All sessions") | html %] | [% Data.Counter | html %] |
| [% Translate("Agent sessions") | html %] | [% Data.UserSession | html %] |
| [% Translate("Customer sessions") | html %] | [% Data.CustomerSession | html %] |
| [% Translate("Unique agents") | html %] | [% Data.UserSessionUniq | html %] |
| [% Translate("Unique customers") | html %] | [% Data.CustomerSessionUniq | html %] |
| [% Translate("Session") | html %] | [% Translate("Type") | html %] | [% Translate("User") | html %] | [% Translate("Kill") | html %] |
|---|---|---|---|
| [% Data.SessionID | html %] | [% Data.UserType | html %] | [% Data.UserFullname | html %] | [% Translate("Kill this session") | html %] |
| [% Translate("No matches found.") | html %] | |||
| [% Translate("Key") | html %] | [% Translate("Value") | html %] |
|---|---|
| [% Data.Key | html %] | [% Data.Value | html %] |