summaryrefslogtreecommitdiffstats
path: root/install/ui/service.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/service.js')
-rw-r--r--install/ui/service.js18
1 files changed, 0 insertions, 18 deletions
diff --git a/install/ui/service.js b/install/ui/service.js
index 6128dd1f6..eef909115 100644
--- a/install/ui/service.js
+++ b/install/ui/service.js
@@ -64,7 +64,6 @@ IPA.entity_factories.service = function() {
}]
}]}).
association_facet({
- factory: IPA.service_managedby_host_facet,
name: 'managedby_host',
add_method: 'add_host',
remove_method: 'remove_host'
@@ -340,20 +339,3 @@ IPA.service_certificate_status_widget = function (spec) {
return that;
};
-
-IPA.service_managedby_host_facet = function(spec) {
-
- spec = spec || {};
-
- var that = IPA.association_facet(spec);
-
- that.create_adder_column({
- name: 'fqdn',
- label: IPA.messages.objects.service.host,
- primary_key: true,
- width: '200px'
- });
-
-
- return that;
-}; \ No newline at end of file