From: <dcr...@hy...> - 2010-01-22 20:26:04
|
Author: dcrutchf Date: 2010-01-22 12:25:50 -0800 (Fri, 22 Jan 2010) New Revision: 14221 URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=14221 Modified: trunk/web/resource/group/inventory/ListResources.jsp Log: [HHQ-3623] - Want "Monitor" tab as default view when navigating from Group views Modified: trunk/web/resource/group/inventory/ListResources.jsp =================================================================== --- trunk/web/resource/group/inventory/ListResources.jsp 2010-01-22 10:25:18 UTC (rev 14220) +++ trunk/web/resource/group/inventory/ListResources.jsp 2010-01-22 20:25:50 UTC (rev 14221) @@ -107,7 +107,7 @@ </display:column> <display:column width="18%" property="name" sort="true" sortAttr="5" defaultSort="true" title="common.header.Name" - href="/resource/${resourceItem.entityId.typeName}/monitor/Visibility.do?mode=currentHealth&eid=${resourceItem.entityId.type}:${resourceItem.id}"/> + href="/Resource.do?mode=currentHealth&eid=${resourceItem.entityId.type}:${resourceItem.id}"/> <display:column width="18%" property="appdefResourceTypeValue.name" title="resource.group.inventory.TypeTH" /> <display:column width="44%" property="description" title="common.header.Description" /> <display:column property="id" title="resource.common.monitor.visibility.AvailabilityTH" width="10%" styleClass="ListCellCheckbox" headerStyleClass="ListHeaderCheckbox" valign="middle"> |