You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
326 B
11 lines
326 B
import moment from "moment"
|
|
|
|
<table class="logs-table color-highlight-dark color-primary">
|
|
<tr key="_header">
|
|
<th>Date</th>
|
|
<th>Channel</th>
|
|
<th class="event">Event</th>
|
|
<th>Characters</th>
|
|
</tr>
|
|
<logs-table-row for(log in input.logs) key=log.shortId log=log on-addfilter("emit", "addfilter") />
|
|
</table>
|