Revision 4989
Added by ben leinfelder over 15 years ago
lib/style/common/searchWorkflowRunResultset.xsl | ||
---|---|---|
50 | 50 |
if there are not then don't show the query results --> |
51 | 51 |
<xsl:if test="count(resultset/document) > 0"> |
52 | 52 |
<xsl:for-each select="resultset/document"> |
53 |
<xsl:sort select='./param[@name="/property[@name='WorkflowRun']/property[@name='startTime']/@value"]' order='descending' /> |
|
54 |
<xsl:sort select='./param[@name="/property[@name='WorkflowRun']/property[@name='workflowName']/@value"]' /> |
|
53 | 55 |
<div> |
54 | 56 |
<xsl:attribute name="class"> |
55 | 57 |
<xsl:choose> |
Also available in: Unified diff
sort workflow run results by:
-date executed (desc)
-tpc name (asc)