web: replace spaces after icons with nbsp

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-04-04 18:58:52 +02:00
parent d4982b276c
commit e2f01ce740
18 changed files with 205 additions and 155 deletions

View File

@ -66,9 +66,9 @@ export class OutpostServiceConnectionListPage extends TablePage<ServiceConnectio
uuid: item.pk || ""
}).then((state) => {
if (state.healthy) {
return html`<i class="fas fa-check pf-m-success"></i> ${state.version}`;
return html`<i class="fas fa-check pf-m-success"></i>&nbsp;${state.version}`;
}
return html`<i class="fas fa-times pf-m-danger"></i> ${t`Unhealthy`}`;
return html`<i class="fas fa-times pf-m-danger"></i>&nbsp;${t`Unhealthy`}`;
}), html`<ak-spinner></ak-spinner>`)}`,
html`
<ak-forms-modal>