summaryrefslogtreecommitdiffstats
path: root/install/ui/dns.js
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-01-31 09:57:33 -0600
committerPetr Voborník <pvoborni@redhat.com>2012-02-01 15:51:10 +0100
commitea9d5e6f9aee8c371756b363925691ddc266eedf (patch)
tree7161dac5823f7ced76d76c59d76ab257f758b479 /install/ui/dns.js
parent4dfec211f7b99bc24364cfc9760534ec5e94b6c1 (diff)
downloadfreeipa-ea9d5e6f9aee8c371756b363925691ddc266eedf.tar.gz
freeipa-ea9d5e6f9aee8c371756b363925691ddc266eedf.tar.xz
freeipa-ea9d5e6f9aee8c371756b363925691ddc266eedf.zip
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
Diffstat (limited to 'install/ui/dns.js')
-rw-r--r--install/ui/dns.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/dns.js b/install/ui/dns.js
index 65c331f5b..edd9274c6 100644
--- a/install/ui/dns.js
+++ b/install/ui/dns.js
@@ -51,7 +51,7 @@ IPA.dns.zone_entity = function(spec) {
{
name: 'idnszoneactive',
label: IPA.messages.status.label,
- format: IPA.boolean_status_format()
+ formatter: IPA.boolean_status_formatter()
}
]
}).