From: <dcr...@hy...> - 2010-01-22 20:56:42
|
Author: dcrutchf Date: 2010-01-22 12:56:31 -0800 (Fri, 22 Jan 2010) New Revision: 14222 URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=14222 Modified: branches/HQ_4_2_0_PATCH/web/resource/group/inventory/ListResources.jsp Log: [HHQ-3623] - Want "Monitor" tab as default view when navigating from Group views Modified: branches/HQ_4_2_0_PATCH/web/resource/group/inventory/ListResources.jsp =================================================================== --- branches/HQ_4_2_0_PATCH/web/resource/group/inventory/ListResources.jsp 2010-01-22 20:25:50 UTC (rev 14221) +++ branches/HQ_4_2_0_PATCH/web/resource/group/inventory/ListResources.jsp 2010-01-22 20:56:31 UTC (rev 14222) @@ -106,7 +106,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"> |