From cdd593a7050dadb5a58a368433aae5db5e0baafb Mon Sep 17 00:00:00 2001 From: mgiota Date: Wed, 14 Jul 2021 13:32:42 +0200 Subject: [PATCH] use abbreviated format for duration --- .../observability/public/pages/alerts/render_cell_value.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/plugins/observability/public/pages/alerts/render_cell_value.tsx b/x-pack/plugins/observability/public/pages/alerts/render_cell_value.tsx index 09210bf16933b..1c6ce9351292d 100644 --- a/x-pack/plugins/observability/public/pages/alerts/render_cell_value.tsx +++ b/x-pack/plugins/observability/public/pages/alerts/render_cell_value.tsx @@ -91,7 +91,7 @@ export const getRenderCellValue = ({ case ALERT_START: return ; case ALERT_DURATION: - return asDuration(Number(value), { extended: true }); + return asDuration(Number(value)); case ALERT_SEVERITY_LEVEL: return ; case RULE_NAME: