Added a way to run worker.go standalone: go run worker.go standalone <execution_id> <authentication> <url>
This commit is contained in:
@@ -526,7 +526,7 @@ const LeftSideBar = ({ userdata, serverside, globalUrl, notifications, }) => {
|
||||
<Divider style={{ marginBottom: 10, }} />
|
||||
|
||||
<Typography color="textSecondary" align="center" style={{ marginTop: 5, marginBottom: 5, fontSize: 18 }}>
|
||||
Version: 2.0.1
|
||||
Version: 2.0.2
|
||||
</Typography>
|
||||
</Menu>
|
||||
</span>
|
||||
|
||||
@@ -1868,8 +1868,6 @@ const ParsedAction = (props) => {
|
||||
</Tooltip>
|
||||
</IconButton>
|
||||
|
||||
{/* Disabled onprem due to worker bug */}
|
||||
{isCloud ?
|
||||
<Tooltip
|
||||
title={
|
||||
<Typography variant="body2" style={{margin: 3, }}>
|
||||
@@ -1901,7 +1899,6 @@ const ParsedAction = (props) => {
|
||||
Rerun
|
||||
</Button>
|
||||
</Tooltip>
|
||||
: null}
|
||||
|
||||
{(selectedAction?.generated === true && selectedAction?.app_version === "1.0.0") || (selectedAction?.app_name === "Shuffle Tools" && selectedAction?.app_version !== "1.2.0") ?
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user