From e48f1ca98d08770ac64d869f706e36536c06825e Mon Sep 17 00:00:00 2001 From: Muhamad Najjar Date: Wed, 27 Jun 2018 11:25:47 +0000 Subject: [PATCH] fix time format to show in 24h Change-Id: I8c592cb65c749528b233afe4036478960e193f4d Task: 22524 Story: 2002696 --- .../dashboard/static/dashboard/project/alarmList/alarmList.html | 2 +- .../static/dashboard/project/components/alarms/alarms.html | 2 +- .../static/dashboard/project/templateList/templateList.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vitrage_dashboard/dashboard/static/dashboard/project/alarmList/alarmList.html b/vitrage_dashboard/dashboard/static/dashboard/project/alarmList/alarmList.html index 6d565ab..57600cf 100644 --- a/vitrage_dashboard/dashboard/static/dashboard/project/alarmList/alarmList.html +++ b/vitrage_dashboard/dashboard/static/dashboard/project/alarmList/alarmList.html @@ -28,7 +28,7 @@ - {$alarm.update_timestamp | date:"yyyy-MM-dd hh:mm:ss"$} + {$alarm.update_timestamp | date:"yyyy-MM-dd HH:mm:ss"$} {$alarm.name$} {$alarm.vitrage_resource_type$} {$alarm.vitrage_resource_id$} diff --git a/vitrage_dashboard/dashboard/static/dashboard/project/components/alarms/alarms.html b/vitrage_dashboard/dashboard/static/dashboard/project/components/alarms/alarms.html index 28678c7..1d1fbe9 100644 --- a/vitrage_dashboard/dashboard/static/dashboard/project/components/alarms/alarms.html +++ b/vitrage_dashboard/dashboard/static/dashboard/project/components/alarms/alarms.html @@ -20,7 +20,7 @@ - {$alarm.update_timestamp | date:"yyyy-MM-dd hh:mm:ss"$} + {$alarm.update_timestamp | date:"yyyy-MM-dd HH:mm:ss"$} {$alarm.name$} diff --git a/vitrage_dashboard/dashboard/static/dashboard/project/templateList/templateList.html b/vitrage_dashboard/dashboard/static/dashboard/project/templateList/templateList.html index 051abe6..0efb69b 100644 --- a/vitrage_dashboard/dashboard/static/dashboard/project/templateList/templateList.html +++ b/vitrage_dashboard/dashboard/static/dashboard/project/templateList/templateList.html @@ -26,7 +26,7 @@ {$template.status$} {$template.type$} {$template["status details"]$} - {$template.date | date:"yyyy-MM-dd hh:mm:ss"$} + {$template.date | date:"yyyy-MM-dd HH:mm:ss"$}