From 496a98c2cff7506e68e9f8efebc8264ed147d0d7 Mon Sep 17 00:00:00 2001 From: Sven Kirschbaum Date: Fri, 13 Sep 2024 04:34:19 +0200 Subject: [PATCH] feat: Open Logs in new tab --- frontend/log-redirect/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/log-redirect/src/App.tsx b/frontend/log-redirect/src/App.tsx index ec8da01..c5a7ac3 100644 --- a/frontend/log-redirect/src/App.tsx +++ b/frontend/log-redirect/src/App.tsx @@ -93,7 +93,7 @@ function ReportList(props: {title: string, latestPath: string, reports: Report[] {reports.map((report) => ( - {report.title || '(No Report Title available )'} + {report.title || '(No Report Title available )'} ))}