Adding new changes for worker scale cross-server

This commit is contained in:
frikky
2021-11-14 23:37:14 +01:00
parent a572608184
commit b5c977ae4e
11 changed files with 96 additions and 14 deletions
+2 -2
View File
@@ -1466,7 +1466,7 @@ const AngularWorkflow = (props) => {
const triggercheck = workflow.triggers.find(trigger => trigger.id === event.target.data()["source"])
if (triggercheck === undefined) {
*/
if (event.target.data().decorator) {
if (event.target.data("type") !== "COMMENT" && event.target.data().decorator) {
alert.info("This edge can't be edited.")
} else {
//console.log("DATA: ", event.target.data())
@@ -7029,7 +7029,7 @@ const AngularWorkflow = (props) => {
return null
}
const cytoscapeViewWidths = 800
const cytoscapeViewWidths = 850
const bottomBarStyle = {
position: "fixed",
right: 20,
+1 -1
View File
@@ -641,7 +641,7 @@ const Settings = (props) => {
<div style={{marginTop: 10, display: "flex", maxHeight: 163.75, }}>
<Paper square style={{borderRadius: theme.palette.borderRadius, padding: 50, backgroundColor: theme.palette.inputColor}}>
<Typography>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/6f/Ethereum-icon-purple.svg/480px-Ethereum-icon-purple.svg.png" style={{height: 30 }}/>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/6/6f/Ethereum-icon-purple.svg/480px-Ethereum-icon-purple.svg.png" alt="ethereum-icon" style={{height: 30 }}/>
</Typography>
<Typography>
{/*window.ethereum.fromWei(userdata.eth_info.balance, "ether")*/}