From dc5fcc2969789f03992a23ebd336b4c6f0d7e025 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Fri, 8 Feb 2013 15:09:44 +0100 Subject: Web UI: configurable SID blacklists Added blacklists section, with ipantsidblacklistincoming and ipantsidblacklistoutgoing multivalued textbox fields, into trust details page. https://fedorahosted.org/freeipa/ticket/3289 --- install/ui/src/freeipa/trust.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'install/ui/src') diff --git a/install/ui/src/freeipa/trust.js b/install/ui/src/freeipa/trust.js index 22880bfe..e4a227ab 100644 --- a/install/ui/src/freeipa/trust.js +++ b/install/ui/src/freeipa/trust.js @@ -60,6 +60,20 @@ IPA.trust.entity = function(spec) { name: 'trusttype', label: IPA.messages.objects.trust.trusttype } + ] + }, + { + name: 'blacklists', + label: IPA.messages.objects.trust.blacklists, + fields: [ + { + type: 'multivalued', + name: 'ipantsidblacklistincoming' + }, + { + type: 'multivalued', + name: 'ipantsidblacklistoutgoing' + } // trust status not supported by show command at the moment // { // name: 'truststatus', -- cgit