-
Session started at {start.format(DATE_FORMAT)}>}
- >
-
- {start.fromNow(true)}
-
-
+
+
{formatSessionStart(session)}
+
);
};
-const AgeLabel = (props: { start: Moment; thingName: string }) => {
+const StatementTableCell = (props: { session: ISession }) => {
+ const { session } = props;
+
+ if (!(session.active_queries?.length > 0)) {
+ if (session.last_active_query == "") {
+ return