| Period | Duration | Quantity | Vars | Operators | Actions | Items per hour | Vars per hour | ||
|---|---|---|---|---|---|---|---|---|---|
| {{ row.id}} | {{row.key}} |
{{ row.date ? row.date.toDateString() : "" }}
{{ row.max_date != row.date ? row.max_date.toDateString() : "" }}
|
{{ formatDuration(row.duration)}}
/
{{ formatDuration(row.forecast)}}
|
{{ row.quantity }}
|
{{row.vars}} | {{ row.operators }} | {{ row.types }} | {{ Math.floor(row.quantity/row.duration*60)}} | {{ Math.floor(row.vars/row.duration*60)}} |