web/admin: fix Outpost's detailed health not being shown in columns

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-08-08 14:04:50 +02:00
parent f0a8c30ce9
commit f21bb319d0
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ export class OutpostListPage extends TablePage<Outpost> {
<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)`}
</h3> </h3>
<dl class="pf-c-description-list"> <dl class="pf-c-description-list pf-m-3-col-on-lg">
${until( ${until(
new OutpostsApi(DEFAULT_CONFIG) new OutpostsApi(DEFAULT_CONFIG)
.outpostsInstancesHealthList({ .outpostsInstancesHealthList({