diff --git a/frontend/public/icons/copyIcon.svg b/frontend/public/icons/copyIcon.svg new file mode 100644 index 00000000..3efb3e78 --- /dev/null +++ b/frontend/public/icons/copyIcon.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/frontend/public/icons/deleteIcon.svg b/frontend/public/icons/deleteIcon.svg new file mode 100644 index 00000000..41e0cce0 --- /dev/null +++ b/frontend/public/icons/deleteIcon.svg @@ -0,0 +1,4 @@ + + + + diff --git a/frontend/public/icons/detection.svg b/frontend/public/icons/detection.svg new file mode 100644 index 00000000..a751f83d --- /dev/null +++ b/frontend/public/icons/detection.svg @@ -0,0 +1,4 @@ + + + + diff --git a/frontend/public/icons/docker copy.svg b/frontend/public/icons/docker copy.svg new file mode 100644 index 00000000..297bb83f --- /dev/null +++ b/frontend/public/icons/docker copy.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/frontend/public/icons/documentation.svg b/frontend/public/icons/documentation.svg new file mode 100644 index 00000000..28242959 --- /dev/null +++ b/frontend/public/icons/documentation.svg @@ -0,0 +1,4 @@ + + + + diff --git a/frontend/public/icons/downloadIcon.svg b/frontend/public/icons/downloadIcon.svg new file mode 100644 index 00000000..d9ed0beb --- /dev/null +++ b/frontend/public/icons/downloadIcon.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/frontend/public/icons/editIcon.svg b/frontend/public/icons/editIcon.svg new file mode 100644 index 00000000..e2eb0660 --- /dev/null +++ b/frontend/public/icons/editIcon.svg @@ -0,0 +1,3 @@ + + + diff --git a/frontend/public/icons/expandMoreIcon.svg b/frontend/public/icons/expandMoreIcon.svg new file mode 100644 index 00000000..9bef6b01 --- /dev/null +++ b/frontend/public/icons/expandMoreIcon.svg @@ -0,0 +1,4 @@ + + + + diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index e2c7a41d..9f6c7655 100755 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -205,7 +205,7 @@ const App = (message, props) => { /> } -
+ {curpath.includes("/workflows") && curpath.includes("/run") ?
: @@ -214,6 +214,7 @@ const App = (message, props) => {
: +
{ {...props} /> +
} -
{/*
diff --git a/frontend/src/components/LeftSideBar.jsx b/frontend/src/components/LeftSideBar.jsx index 1d0de5d5..72ec534c 100644 --- a/frontend/src/components/LeftSideBar.jsx +++ b/frontend/src/components/LeftSideBar.jsx @@ -795,7 +795,7 @@ const LeftSideBar = ({ userdata, serverside, globalUrl, notifications, }) => { - {!leftSideBarOpenByClick && setExpandLeftNav(true);}} onMouseLeave={()=>{!leftSideBarOpenByClick && setExpandLeftNav(false);setOpenAutocomplete(false);}}> + {!leftSideBarOpenByClick && setExpandLeftNav(true);}} onMouseLeave={()=>{!leftSideBarOpenByClick && setExpandLeftNav(false);setOpenAutocomplete(false);}}> { marginTop: 2.5, }} > - + + - + + { setOpenSecurityTab((prev) => !prev); @@ -1106,82 +1133,126 @@ const LeftSideBar = ({ userdata, serverside, globalUrl, notifications, }) => { - - - - - - - - - + + + + + + + + + + + + +