From 890151dca823cd06b2d6980e2b255c218a16e6a1 Mon Sep 17 00:00:00 2001 From: Petr Vobornik Date: Mon, 21 May 2012 15:24:37 +0200 Subject: Action panel This patch implements action panel. Action panel is a box located in facet details section which contains actions related to that object/section. In spec file can be configured actions and title used in action panel. Default title is 'Actions'. Actions are specified by their name. They have to be defined in action collection in facet. https://fedorahosted.org/freeipa/ticket/2248 --- install/ui/facet.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'install/ui/facet.js') diff --git a/install/ui/facet.js b/install/ui/facet.js index ef8a0624..3c87dcfc 100644 --- a/install/ui/facet.js +++ b/install/ui/facet.js @@ -347,7 +347,8 @@ IPA.facet_header = function(spec) { var widget_builder = IPA.widget_builder({ widget_options: { - entity: that.facet.entity + entity: that.facet.entity, + facet: that.facet } }); -- cgit