[%# 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: Queues: Payload" javascript_urls = [ 'extensions/Push/web/admin.js' ] style_urls = [ 'extensions/Push/web/admin.css' ] %] [% IF !message_obj %] Return [% RETURN %] [% END %] [% IF message_obj.attempts %] [% END %]
Connector [% message_obj.connector || '-' FILTER html %]
Message ID [% message_obj.message_id FILTER html %]
Push Time [% message_obj.push_ts FILTER time FILTER html %]
Change Set [% message_obj.change_set FILTER html %]
Routing Key [% message_obj.routing_key FILTER html %]
Attempts [% message_obj.attempts FILTER html %]
Last Attempt Time [% message_obj.attempt_ts FILTER time FILTER html %]
Last Error [% message_obj.last_error FILTER html %]
[% IF json %]
[% json FILTER html %]
[% ELSE %]
[% message_obj.payload FILTER html %]
[% END %]
Return | Delete
[% INCLUDE global/footer.html.tmpl %]