File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
curation-app/src/main/resources/xslt Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3434 </a >
3535 </td >
3636 <td class =' text-right' >
37- <xsl : value-of select =" @count" ></xsl : value-of >
37+ <xsl : value-of select =" format-number( @count, '###,##0') " ></xsl : value-of >
3838 </td >
3939 <td class =' text-right' >
4040 <xsl : choose >
6262 <tr >
6363 <td colspan =" 5" >
6464 Total number with response:
65- <xsl : value-of select =" overall/@totNumOfLinksWithDuration" ></xsl : value-of >
65+ <xsl : value-of select =" format-number( overall/@totNumOfLinksWithDuration, '###,##0') " ></xsl : value-of >
6666 ·
6767 Average Response Duration(ms):
6868 <xsl : choose >
117117 </a >
118118 </td >
119119 <td class =' text-right' >
120- <xsl : value-of select =" @count" ></xsl : value-of >
120+ <xsl : value-of select =" format-number( @count, '###,##0') " ></xsl : value-of >
121121 </td >
122122 <td class =' text-right' >
123123 <xsl : choose >
148148 <tr >
149149 <td colspan =" 5" >
150150 Total number with response:
151- <xsl : value-of select =" @totNumOfLinksWithDuration" ></xsl : value-of >
151+ <xsl : value-of select =" format-number( @totNumOfLinksWithDuration, '###,##0') " ></xsl : value-of >
152152 ·
153153 Average Response Duration(ms):
154154 <xsl : choose >
You can’t perform that action at this time.
0 commit comments