From 8424505cb1435d7450766c2eb3478e9b924f68de Mon Sep 17 00:00:00 2001 From: dweinholz Date: Wed, 30 Nov 2022 15:38:12 +0100 Subject: [PATCH] fixed cluster date --- .../clustercard/clustercard.component.html | 2 +- src/app/virtualmachines/clusters/clusterinfo.ts | 11 ----------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/src/app/virtualmachines/clustercard/clustercard.component.html b/src/app/virtualmachines/clustercard/clustercard.component.html index 3f377fb46d..c1df68926d 100644 --- a/src/app/virtualmachines/clustercard/clustercard.component.html +++ b/src/app/virtualmachines/clustercard/clustercard.component.html @@ -19,7 +19,7 @@
{{ cluster?.userlogin }}
- {{ cluster?.launch_date }} + {{ cluster?.launch_date | date : 'yyyy.MM.dd HH:mm' }}