Added 404 page

This commit is contained in:
Frikky
2024-12-02 18:35:28 +01:00
parent 022c3ae552
commit d936cc0b35
8 changed files with 307 additions and 121 deletions
+2 -2
View File
@@ -985,7 +985,7 @@ const LeftSideBar = ({ userdata, serverside, globalUrl, notifications, }) => {
</span>
</Button>
</Link>
<Link to="/workflows" style={hrefStyle}>
<Link to="/workflows2" style={hrefStyle}>
<Button
onClick={(event) => {
setCurrentOpenTab("workflows");
@@ -1015,7 +1015,7 @@ const LeftSideBar = ({ userdata, serverside, globalUrl, notifications, }) => {
</span>
</Button>
</Link>
<Link to="/search?tab=org_apps" style={hrefStyle}>
<Link to="/apps2" style={hrefStyle}>
<Button
onClick={(event) => {
setCurrentOpenTab("apps");
+9 -12
View File
@@ -2378,14 +2378,14 @@ const ParsedAction = (props) => {
return newname;
}}
fullWidth
sx={{
'& .MuiOutlinedInput-root': {
height: 40, // Adjust the input height
},
'& .MuiAutocomplete-input': {
padding: '8px', // Adjust the text padding
},
}}
sx={{
'& .MuiOutlinedInput-root': {
height: 40, // Adjust the input height
},
'& .MuiAutocomplete-input': {
padding: '8px', // Adjust the text padding
},
}}
style={{
backgroundColor: theme.palette.backgroundColor,
@@ -2530,10 +2530,7 @@ const ParsedAction = (props) => {
color="primary"
id="checkbox-search"
variant="body1"
style={{
backgroundColor: theme.palette.platformColor,
borderRadius: theme.palette?.borderRadius,
}}
style={theme.palette.textFieldStyle}
label={isIntegration ? "Choose a category" : "Find Actions"}
variant="outlined"
name={`disable_autocomplete_${Math.random()}`}