From 3a022fe51043f71bdb50aefea828377b8f0c09fb Mon Sep 17 00:00:00 2001 From: Adam Young Date: Wed, 8 Sep 2010 10:00:00 -0400 Subject: Netgroup associations netgroup->user,group,host,hostgroup -- Added facets to netgroup -- added links into lists for associations --- install/static/hostgroup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/static/hostgroup.js') diff --git a/install/static/hostgroup.js b/install/static/hostgroup.js index e58a1153..2f40f0b3 100644 --- a/install/static/hostgroup.js +++ b/install/static/hostgroup.js @@ -54,7 +54,7 @@ function HostgroupsForms(){ /** Facets */ - this.hostListColumns = [ {title:"Host",column:"member_host" }]; + this.hostListColumns = [ {title:"host",column:"member_host" }]; this.obj="hostgroup"; this.hosts = new AssociationList( this.obj, -- cgit