diff --git a/client/index.html b/client/index.html index 04e6b0c5..9f9c6b6b 100644 --- a/client/index.html +++ b/client/index.html @@ -1,18 +1,15 @@ - +
- + - + - - - - +{data.activityFailed ? t("failed") : (data.lastActivity === null || !data.lastActivity - ? t("integrations.activity.never_executed") : t("integrations.activity.last_run") + generateRelativeTime(data.lastActivity))}
+ ? t("integrations.activity.never_executed") : t("integrations.activity.last_run") + lastActivity)}
+