From fd1d0857b5b559425668f38d85a7d607d0f35767 Mon Sep 17 00:00:00 2001 From: Adam Young Date: Fri, 28 Jan 2011 15:52:26 -0500 Subject: unmatched aciattrs instead of reporting an error on unmatched aciattrs, append them to the table. --- install/ui/service.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'install/ui/service.js') diff --git a/install/ui/service.js b/install/ui/service.js index 2352fa42..daa38b2b 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 */ -- cgit