summaryrefslogtreecommitdiffstats
path: root/install/ui/service.js
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2011-01-28 15:52:26 -0500
committerAdam Young <ayoung@redhat.com>2011-01-28 17:01:19 -0500
commitfd1d0857b5b559425668f38d85a7d607d0f35767 (patch)
tree771d613acb5bada684bbf766228aa0579d07ab18 /install/ui/service.js
parent3625a1e88afd26e3694d33f3a491824ba0d1f9e3 (diff)
downloadfreeipa-fd1d0857b5b559425668f38d85a7d607d0f35767.tar.gz
freeipa-fd1d0857b5b559425668f38d85a7d607d0f35767.tar.xz
freeipa-fd1d0857b5b559425668f38d85a7d607d0f35767.zip
unmatched aciattrs
instead of reporting an error on unmatched aciattrs, append them to the table.
Diffstat (limited to 'install/ui/service.js')
-rw-r--r--install/ui/service.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/install/ui/service.js b/install/ui/service.js
index 2352fa42d..daa38b2bb 100644
--- a/install/ui/service.js
+++ b/install/ui/service.js
@@ -43,8 +43,8 @@ IPA.entity_factories.service = function () {
facet( IPA.service_details_facet()).
facet( IPA.service_managedby_host_facet({
'name': 'managedby_host',
- 'label': IPA.messages.association.managedby
- +' '+IPA.metadata['host'].label,
+ 'label': IPA.messages.association.managedby +
+ ' '+IPA.metadata['host'].label,
'other_entity': 'host'
}));
};
@@ -71,11 +71,11 @@ IPA.service_select_widget = function (spec){
}
container.append(select_widget);
that.parent_create(container);
- }
+ };
return that;
-}
+};
/*TODO: the following labels etc. all need to be replaced with I18N strings */