From d18d6e823bd5ab72e8ea7660829732eb34b5d7e8 Mon Sep 17 00:00:00 2001 From: Aram Al-Sabti Date: Mon, 23 May 2022 11:04:17 +0200 Subject: [PATCH] Don't wrap gateway status footer --- src/app/gateway/gateway-status/gateway-status.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/gateway/gateway-status/gateway-status.component.html b/src/app/gateway/gateway-status/gateway-status.component.html index 81ce42d6..cbe63eae 100644 --- a/src/app/gateway/gateway-status/gateway-status.component.html +++ b/src/app/gateway/gateway-status/gateway-status.component.html @@ -37,7 +37,7 @@

{{title}}

[matTooltipClass]="'status-tooltip'" [ngClass]="gateway.statusTimestamps | gatewayStatusClass: time.exactTimestamp"> + [ngClass]="{'invisible': index % visibleFooterTimeInterval, 'text-center': true, 'text-nowrap': true}"> {{time.datePart}}
{{time.timePart}}