From f09002a26c110f26f584dcee0b2f5738f833137f Mon Sep 17 00:00:00 2001 From: FangyuanCheng Date: Tue, 4 Dec 2018 17:59:32 +0800 Subject: [PATCH] Time display using 24-hour system Signed-off-by: FangyuanCheng --- .../vulnerability/vulnerability-config.component.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/portal/lib/src/config/vulnerability/vulnerability-config.component.html b/src/portal/lib/src/config/vulnerability/vulnerability-config.component.html index e52900a41..ed20e4f82 100644 --- a/src/portal/lib/src/config/vulnerability/vulnerability-config.component.html +++ b/src/portal/lib/src/config/vulnerability/vulnerability-config.component.html @@ -11,23 +11,23 @@
{{nt.namespace}} - {{ convertToLocalTime(nt.last_update) | date:'MM/dd/y HH:mm:ss'}} + {{ convertToLocalTime(nt.last_update) | date:'MM/dd/y HH:mm:ss'}} AM
- {{ updatedTimestamp | date:'MM/dd/y HH:mm:ss' }} + {{ updatedTimestamp | date:'MM/dd/y HH:mm:ss' }} AM
{{ 'CONFIG.SCANNING.SCAN_ALL' | translate }} {{ (scanningType ? 'SCHEDULE.'+ scanningType.toUpperCase(): "") | translate }} {{'SCHEDULE.AT' | translate}} - {{ dailyTime | translate }} + {{ dailyTime | translate }} AM