Skip to content

Commit

Permalink
Added more data to the template report section
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Carr committed Jan 6, 2012
1 parent f7c5ead commit 218441a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cloudstack.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,9 @@ Images found <xsl:value-of select = "count" />
id: <xsl:value-of select="id" />
name : <xsl:value-of select="name" />
display : <xsl:value-of select="displaytext" />
created : <xsl:value-of select="created" />
is public : <xsl:value-of select="ispublic" />
is ready : <xsl:value-of select="isready" />
cross zone: <xsl:value-of select="crossZones" />
OS Name : <xsl:value-of select="ostypename" />
account : <xsl:value-of select="account" />
Expand All @@ -136,6 +138,7 @@ Images found <xsl:value-of select = "count" />
format : <xsl:value-of select="format" />
size : <xsl:value-of select="size" />
checksum : <xsl:value-of select="checksum" />
status : <xsl:value-of select="status" />
==
</xsl:for-each>
</xsl:template>
Expand Down

0 comments on commit 218441a

Please sign in to comment.