web/admin: fix alignment in outpost list when expanding rows
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
5cca637a3d
commit
bf5cbac314
|
@ -126,7 +126,7 @@ export class OutpostListPage extends TablePage<Outpost> {
|
||||||
}
|
}
|
||||||
|
|
||||||
renderExpanded(item: Outpost): TemplateResult {
|
renderExpanded(item: Outpost): TemplateResult {
|
||||||
return html`<td role="cell" colspan="3">
|
return html`<td role="cell" colspan="5">
|
||||||
<div class="pf-c-table__expandable-row-content">
|
<div class="pf-c-table__expandable-row-content">
|
||||||
<h3>
|
<h3>
|
||||||
${t`Detailed health (one instance per column, data is cached so may be out of data)`}
|
${t`Detailed health (one instance per column, data is cached so may be out of data)`}
|
||||||
|
|
Reference in New Issue