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:
parent
f0a8c30ce9
commit
f21bb319d0
|
@ -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({
|
||||||
|
|
Reference in New Issue