Fixed a bunch of possible issues with User Input on cloud vs onprem, and how workflows start in shuffle-shared

This commit is contained in:
Frikky
2024-08-20 23:29:09 +02:00
parent 1a9f82a3e7
commit fe2e3105eb
9 changed files with 42 additions and 64 deletions
-18
View File
@@ -6305,10 +6305,6 @@ If you're interested, please let me know a time that works for you, or set up a
primary="Actions"
style={{ minWidth: 200, maxWidth: 200 }}
/>
<ListItemText
primary="Last Edited"
style={{ minWidth: 170, maxWidth: 170 }}
/>
</ListItem>
{environments === undefined || environments === null
? null
@@ -6626,20 +6622,6 @@ If you're interested, please let me know a time that works for you, or set up a
</ButtonGroup>
</div>
</ListItemText>
<ListItemText
style={{
minWidth: 150,
maxWidth: 150,
overflow: "hidden",
}}
primary={
environment.edited !== undefined &&
environment.edited !== null &&
environment.edited !== 0
? new Date(environment.edited * 1000).toISOString()
: 0
}
/>
</ListItem>
{showCPUAlert === false ? null : (
<ListItem