We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ba7178 commit 23f2768Copy full SHA for 23f2768
1 file changed
src/main/webapp/WEB-INF/Index.jsp
@@ -172,9 +172,10 @@
172
{{# } }}
173
174
{{# if( stats.averageWorkspaceAge != undefined ) { }}
175
+ {{# var avgAge = stats.averageWorkspaceAge/3600; }}
176
<div class="stats-line stat-averageWorkspaceAge">
177
<div class="attribute-name">average age of workspace:</div>
- <div class="attribute-detail">{{# print( Math.round(stats.averageWorkspaceAge*100)/100 ); }} sec</div>
178
+ <div class="attribute-detail">{{# print( Math.round(avgAge*100)/100 ); }}h</div>
179
<div class="clearer"></div>
180
</div>
181
0 commit comments