[Openvas-commits] r11573 - in trunk/gsa: . src/html
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Sep 6 15:48:25 CEST 2011
Author: mattm
Date: 2011-09-06 15:48:24 +0200 (Tue, 06 Sep 2011)
New Revision: 11573
Modified:
trunk/gsa/ChangeLog
trunk/gsa/src/html/help.xsl
trunk/gsa/src/html/omp.xsl
Log:
* src/html/omp.xsl (host): Correct help link.
* src/html/help.xsl (assets.html): Add actions and asset details.
Modified: trunk/gsa/ChangeLog
===================================================================
--- trunk/gsa/ChangeLog 2011-09-06 13:30:14 UTC (rev 11572)
+++ trunk/gsa/ChangeLog 2011-09-06 13:48:24 UTC (rev 11573)
@@ -1,5 +1,11 @@
2011-09-06 Matthew Mundell <matthew.mundell at greenbone.net>
+ * src/html/omp.xsl (host): Correct help link.
+
+ * src/html/help.xsl (assets.html): Add actions and asset details.
+
+2011-09-06 Matthew Mundell <matthew.mundell at greenbone.net>
+
* src/gsad_omp.c (get_report_omp): Add filters to GET_ASSET.
* src/html/omp.xsl: Add stylesheet attribs for functions.
Modified: trunk/gsa/src/html/help.xsl
===================================================================
--- trunk/gsa/src/html/help.xsl 2011-09-06 13:30:14 UTC (rev 11572)
+++ trunk/gsa/src/html/help.xsl 2011-09-06 13:48:24 UTC (rev 11573)
@@ -226,6 +226,15 @@
</tr>
</table>
+ <a name="actions"></a>
+ <h3>Actions</h3>
+
+ <h4>Details</h4>
+ <p>
+ Pressing the details icon <img src="/img/details.png" alt="Details" title="Details" /> will
+ switch to an overview of this host.
+ </p>
+
<!--
<a name="overrides"></a>
<h3>Overrides</h3>
@@ -254,6 +263,14 @@
It is the same action as clicking on the number of reports in the column "Reports: Total".
</p>
-->
+
+ <a name="asset_details"></a>
+ <h2>Asset Details</h2>
+ <p>
+ Provides detailed information about the asset.
+ This includes all the information from the Filtered Assets table, plus the list of
+ open ports and the list of Apps.
+ </p>
</div>
</div>
</xsl:template>
Modified: trunk/gsa/src/html/omp.xsl
===================================================================
--- trunk/gsa/src/html/omp.xsl 2011-09-06 13:30:14 UTC (rev 11572)
+++ trunk/gsa/src/html/omp.xsl 2011-09-06 13:48:24 UTC (rev 11573)
@@ -10283,7 +10283,7 @@
<div class="gb_window_part_right"></div>
<div class="gb_window_part_center">
Asset Details
- <a href="/help/configure_targets.html?token={/envelope/token}#assetdetails"
+ <a href="/help/assets.html?token={/envelope/token}#asset_details"
title="Help: Assets (Asset Details)">
<img src="/img/help.png"/>
</a>
More information about the Openvas-commits
mailing list