From ea9d5e6f9aee8c371756b363925691ddc266eedf Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Tue, 31 Jan 2012 09:57:33 -0600 Subject: Added icons for status column. The status formatter was modified to show enabled/disabled icon before the status text. The format classes were renamed to formatter to avoid confusion with the format() method. A new parameter 'type' was added to the formatter to determine the output type (e.g. text/html). Ticket #1996 --- install/ui/selinux.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/selinux.js') diff --git a/install/ui/selinux.js b/install/ui/selinux.js index 050659a6..8f800d7d 100644 --- a/install/ui/selinux.js +++ b/install/ui/selinux.js @@ -43,7 +43,7 @@ IPA.selinux.selinuxusermap_entity = function(spec) { { name: 'ipaenabledflag', label: IPA.messages.status.label, - format: IPA.boolean_status_format() + formatter: IPA.boolean_status_formatter() }, 'description' ] -- cgit