Changeset db955ca3f8b36f69f1315816a3fe25488dccb464
- Timestamp:
- 04/07/09 15:26:46
(4 years ago)
- Author:
- Mark Harrison <mark@omniti.com>
- git-committer:
- Mark Harrison <mark@omniti.com> 1239118006 +0000
- git-parent:
[107ecd3c8ef466fbc270d8cde5e6a7daba3e86f0]
- git-author:
- Mark Harrison <mark@omniti.com> 1239118006 +0000
- Message:
Add a count of the total checks
git-svn-id: https://labs.omniti.com/resmon/trunk@186 8c0face9-b7db-6ec6-c4b3-d5f7145c7d55
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r107ecd3 |
rdb955ca |
|
| 157 | 157 | <li><a href="/OK">List all checks that are OK</a></li> |
|---|
| 158 | 158 | </ul> |
|---|
| | 159 | <p> |
|---|
| | 160 | Total checks: |
|---|
| | 161 | <xsl:value-of select="count(ResmonResult)" /> |
|---|
| | 162 | </p> |
|---|
| 159 | 163 | <xsl:for-each select="ResmonResult"> |
|---|
| 160 | 164 | <xsl:sort select="\@module" /> |
|---|