blob: 8da33dd90028cca058b08d8f6a9abddc7f3ee864 [file] [log] [blame]
<h1>{{length}} Sessions</h1>
<table class="table table-striped table-hover">
<thead>
<tr>
<th class="mysize-8" style="cursor:pointer">Collection Date</th>
<th style="cursor:pointer">Total/SYS/USER</th>
<th style="cursor:pointer">Start</th>
<th style="cursor:pointer">Duration</th>
<th style="cursor:pointer">Client</th>
<th style="cursor:pointer">Component</th>
</tr>
</thead>
<tbody>
{{#each}}
<tr class="draper" style="cursor:pointer" {{action "link" this}}>
<td>{{format-date start}}</td>
<td>{{logs.length}}/{{nUserLogs}}/{{nSysLogs}}</td>
<td>{{format-time-simple minTime}}</td>
<td>{{format-duration-human duration}}</td>
{{!-- <td>{{format-duration duration}}</td> --}}
<td>{{user}}</td>
<td>{{component}}</td>
</tr>
{{/each}}
</tbody>
</table>