summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/netgroup.js
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2013-04-11 13:07:53 +0200
committerPetr Vobornik <pvoborni@redhat.com>2013-05-06 16:22:24 +0200
commit6a034abf953ab756c69de5ec7a838d259d229bea (patch)
treef9ba1dad9065c312ab1a2062c038076d5f1643e4 /install/ui/src/freeipa/netgroup.js
parent44c103bab75a26e787d0a2d7908bed5bf398dd02 (diff)
downloadfreeipa-6a034abf953ab756c69de5ec7a838d259d229bea.tar.gz
freeipa-6a034abf953ab756c69de5ec7a838d259d229bea.tar.xz
freeipa-6a034abf953ab756c69de5ec7a838d259d229bea.zip
Rename factory to $factory in spec objects
https://fedorahosted.org/freeipa/ticket/3235
Diffstat (limited to 'install/ui/src/freeipa/netgroup.js')
-rw-r--r--install/ui/src/freeipa/netgroup.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/install/ui/src/freeipa/netgroup.js b/install/ui/src/freeipa/netgroup.js
index 81ef9ed48..4e4238fbf 100644
--- a/install/ui/src/freeipa/netgroup.js
+++ b/install/ui/src/freeipa/netgroup.js
@@ -41,7 +41,7 @@ IPA.netgroup.entity = function(spec) {
]
}).
details_facet({
- factory: IPA.netgroup.details_facet,
+ $factory: IPA.netgroup.details_facet,
entity: that,
command_mode: 'info'
}).
@@ -135,12 +135,12 @@ IPA.netgroup.details_facet = function(spec) {
spec.widgets.push(
{
- factory: IPA.collapsible_section,
+ $factory: IPA.collapsible_section,
name: 'user',
label: '@i18n:objects.netgroup.user',
widgets: [
{
- factory: IPA.rule_details_widget,
+ $factory: IPA.rule_details_widget,
name: 'rule',
radio_name: 'usercategory',
options: [
@@ -219,12 +219,12 @@ IPA.netgroup.details_facet = function(spec) {
spec.widgets.push(
{
- factory: IPA.collapsible_section,
+ $factory: IPA.collapsible_section,
name: 'host',
label: '@i18n:objects.netgroup.host',
widgets: [
{
- factory: IPA.rule_details_widget,
+ $factory: IPA.rule_details_widget,
name: 'rule',
radio_name: 'hostcategory',
options: [