Removed rerun button onprem due to it not working as expected in worker
This commit is contained in:
@@ -1868,6 +1868,8 @@ const ParsedAction = (props) => {
|
|||||||
</Tooltip>
|
</Tooltip>
|
||||||
</IconButton>
|
</IconButton>
|
||||||
|
|
||||||
|
{/* Disabled onprem due to worker bug */}
|
||||||
|
{isCloud ?
|
||||||
<Tooltip
|
<Tooltip
|
||||||
title={
|
title={
|
||||||
<Typography variant="body2" style={{margin: 3, }}>
|
<Typography variant="body2" style={{margin: 3, }}>
|
||||||
@@ -1899,6 +1901,7 @@ const ParsedAction = (props) => {
|
|||||||
Rerun
|
Rerun
|
||||||
</Button>
|
</Button>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
|
: null}
|
||||||
|
|
||||||
{(selectedAction?.generated === true && selectedAction?.app_version === "1.0.0") || (selectedAction?.app_name === "Shuffle Tools" && selectedAction?.app_version !== "1.2.0") ?
|
{(selectedAction?.generated === true && selectedAction?.app_version === "1.0.0") || (selectedAction?.app_name === "Shuffle Tools" && selectedAction?.app_version !== "1.2.0") ?
|
||||||
<Button
|
<Button
|
||||||
|
|||||||
Reference in New Issue
Block a user