- {fmtDate(l.created_at)}
+
+
+ {fmtDate(l.created_at)}
+
+
copyPath(window.location.origin + l.path)} title={`${window.location.origin}${l.path} — antippen zum Kopieren`}
@@ -3307,8 +3324,14 @@ function PushLogs({ toast }) {
{l.username || `User #${l.user_id ?? '?'}`}
-
- {fmtDate(l.created_at)}
+
+
+ {fmtDate(l.created_at)}
+
+