From 1d710dc678e3c774b424ebb3c316fd3aaf323f7a Mon Sep 17 00:00:00 2001 From: Tsiry Sandratraina Date: Fri, 30 Aug 2024 15:05:35 +0000 Subject: [PATCH] open github repo url on new tab --- .../Home/MainContent/MainContent.tsx | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/webui/src/Containers/Home/MainContent/MainContent.tsx b/webui/src/Containers/Home/MainContent/MainContent.tsx index 3f6809e..02c65b9 100644 --- a/webui/src/Containers/Home/MainContent/MainContent.tsx +++ b/webui/src/Containers/Home/MainContent/MainContent.tsx @@ -127,7 +127,13 @@ const MainContent: FC = (props) => { )} - +
+ {item.tags + ?.filter((x) => x) + .map((tag, index) => ( + {tag} + ))} +
{item.repositoryUrl && (
= (props) => { color={"#fff"} style={{ marginRight: 10 }} /> - + {item.repositoryUrl.replace( "https://github.com/", "" @@ -143,13 +152,6 @@ const MainContent: FC = (props) => {
)} -
- {item.tags - ?.filter((x) => x) - .map((tag, index) => ( - {tag} - ))} -
{_.get(item, "recentRuns.0.status") && (