web: start implementing admin overview page

This commit is contained in:
Jens Langhammer
2020-12-01 10:21:04 +01:00
parent 760dca0f76
commit 93bf977709
10 changed files with 140 additions and 22 deletions

View File

@ -86,8 +86,8 @@ export abstract class Table<T> extends LitElement {
<thead>
<tr role="row">
${this.columns().map(
(col) => html`<th role="columnheader" scope="col">${gettext(col)}</th>`
)}
(col) => html`<th role="columnheader" scope="col">${gettext(col)}</th>`
)}
</tr>
</thead>
<tbody role="rowgroup">