Deprecated use of old casting system to push use of Liquid formatting (ok just in betagit status)
This commit is contained in:
@@ -14,6 +14,7 @@ const data = [{
|
||||
'margin': '5px',
|
||||
'border-width': '1px',
|
||||
'text-margin-x': '10px',
|
||||
'cursor': 'pointer',
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -26,6 +27,7 @@ const data = [{
|
||||
'text-margin-y': '-15px',
|
||||
'width': '5px',
|
||||
"color": "white",
|
||||
'cursor': 'pointer',
|
||||
"line-fill": "linear-gradient",
|
||||
"line-gradient-stop-positions": ["0.0", "100"],
|
||||
"line-gradient-stop-colors": ["grey", "grey"],
|
||||
|
||||
@@ -887,6 +887,8 @@ const AngularWorkflow = (props) => {
|
||||
//console.log(curworkflowTrigger)
|
||||
|
||||
newTriggers.push(curworkflowTrigger)
|
||||
} else {
|
||||
alert.info("No handler for type: "+type)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user