diff --git a/hal-core/resources/web/js/hal_alert.js b/hal-core/resources/web/js/hal_alert.js index 7cbedc52..4e475ea4 100644 --- a/hal-core/resources/web/js/hal_alert.js +++ b/hal-core/resources/web/js/hal_alert.js @@ -69,6 +69,7 @@ function updateAlerts() { alertElement.find(".alert-title").html(alert.title); alertElement.find(".alert-description").html(alert.description); + alertElement.find(".timestamp").relTimestamp(); }); }); }