-
- Workflows
-
+
+ Workflows
+
- {/*
-
- */}
- {isMobile ? null :
-
-
- {
- addFilter(chip);
- }}
- onDelete={(_, index) => {
- removeFilter(index);
- }}
- />
-
-
- }
+ {isMobile ? null :
+
+
+ {
+ addFilter(chip);
+ }}
+ onDelete={(_, index) => {
+ removeFilter(index);
+ }}
+ />
+
+
+ }
{workflowButtons}
- {/*
-
-
-
-
-
-
{workflows.length}
-
ACTIVE WORKFLOWS
-
-
-
-
-
-
-
-
{workflows.length}
-
AVAILABE WORKFLOWS
-
-
-
-
-
-
-
-
{workflows.length}
-
NOTIFICATIONS
-
-
-
-
- */}
-
- {/*
- chipRenderer={({ value, isFocused, isDisabled, handleClick, handleRequestDelete }, key) => {
- console.log("VALUE: ", value)
-
- return (
-
- {value}
-
- )
- }}
- */}
{!isMobile && usecases !== null && usecases !== undefined && usecases.length > 0 ?
@@ -3367,10 +3166,7 @@ const Workflows = (props) => {
- {!isMobile &&
- actionImageList !== undefined &&
- actionImageList !== null &&
- actionImageList.length > 0 ? (
+ {!isMobile && actionImageList !== undefined && actionImageList !== null && actionImageList.length > 0 ? (
{
return returnData
}
+ /**/
return (
-
- {returnData}
-
+
+ {returnData}
+
);
})}
@@ -3499,13 +3296,11 @@ const Workflows = (props) => {
/>
: null}
+ {/*
*/}
{view === "grid" ? (
-
-
-
-
+
{filteredWorkflows.map((data, index) => {
// Shouldn't be a part of this list
if (data.public === true) {
@@ -3516,15 +3311,17 @@ const Workflows = (props) => {
workflowDelay += 75
} else {
return (
-
-
-
+
+
+
+
+
)
}
return (
-
+
diff --git a/functions/onprem/orborus/build.sh b/functions/onprem/orborus/build.sh
index 4af6ba6c..60161e59 100755
--- a/functions/onprem/orborus/build.sh
+++ b/functions/onprem/orborus/build.sh
@@ -1,5 +1,5 @@
NAME=shuffle-orborus
-VERSION=1.2.1
+VERSION=1.2.2
echo "Running docker build with $NAME:$VERSION"
#docker rmi frikky/shuffle:$NAME --force
diff --git a/functions/onprem/worker/build.sh b/functions/onprem/worker/build.sh
index 28d6a47b..a379f69c 100755
--- a/functions/onprem/worker/build.sh
+++ b/functions/onprem/worker/build.sh
@@ -1,5 +1,5 @@
NAME=shuffle-worker
-VERSION=1.2.0
+VERSION=1.2.1
echo "Running docker build with $NAME:$VERSION"
#CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o worker.bin .