[%# 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: Configuration: Webhoooks" javascript_urls = [ 'extensions/Push/web/admin.js' ] style_urls = [ 'extensions/Push/web/admin.css' ] %]
[% IF webhooks.size %]

Current webhooks:

[% FOREACH webhook IN webhooks %] [% END %]
Status ID User Name URL Events Product Component
[% connector = connectors.by_name('Webhook_' _ webhook.id) config = connector.config %] [% webhook.id FILTER html %] [% webhook.user.login_name FILTER html %] [% webhook.name FILTER html %] [% webhook.url FILTER html %] [% webhook.event FILTER html %] [% webhook.product.name FILTER html %] [% webhook.component ? webhook.component.name : 'Any' FILTER html %]

[% ELSE %]

Do not exist any webhooks.

[% END %]
[% INCLUDE global/footer.html.tmpl %]