The frontend/UI server, written in JS using the MarkoJS library
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.

10 lines
326 B

  1. import moment from "moment"
  2. <table class="logs-table color-highlight-dark color-primary">
  3. <tr key="_header">
  4. <th>Date</th>
  5. <th>Channel</th>
  6. <th class="event">Event</th>
  7. <th>Characters</th>
  8. </tr>
  9. <logs-table-row for(log in input.logs) key=log.shortId log=log on-addfilter("emit", "addfilter") />
  10. </table>