[%# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # # This Source Code Form is "Incompatible With Secondary Licenses", as # defined by the Mozilla Public License, v. 2.0. #%] [% PROCESS global/header.html.tmpl title = "Push Administration: Logs" javascript_urls = [ 'extensions/Push/web/admin.js' ] style_urls = [ 'extensions/Push/web/admin.css' ] %] [% logs = push.log %] [% IF logs.count %] [% END %] [% FOREACH log = logs.list %] [% END %]
Connector Event Timestamp Processed Timestamp Status Message
[% log.connector FILTER html %] [% log.push_ts FILTER time FILTER html %] [% log.processed_ts FILTER time FILTER html %] [% log.result_string FILTER html %] [% log.data FILTER html %]
 
[% INCLUDE global/footer.html.tmpl %]