# -- # 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("System Log") | html %]

[% BreadcrumbPath = [ { Name => Translate('System Log'), }, ] %] [% INCLUDE "Breadcrumb.tt" Path = BreadcrumbPath %]

[% Translate("Hint") | html %]

[% Translate("Here you will find log information about your system.") | html %]

[% Translate("Hide this message") | html %]

[% Translate("Recent Log Entries") | html %]

[% RenderBlockStart("Row") %] [% RenderBlockEnd("Row") %] [% RenderBlockStart("AdminLogNoDataRow") %] [% RenderBlockEnd("AdminLogNoDataRow") %]
[% Translate("Time") | html %] [% Translate("Priority") | html %] [% Translate("Facility") | html %] [% Translate("Message") | html %]
[% Data.Time | html %] [% Data.Priority | html %] [% Data.Facility | html %] [% Data.Message | html %]
[% Translate("No data found.") | html %]