Added frontend bugfixes for workflow view

This commit is contained in:
frikky
2021-06-06 13:43:51 +02:00
parent c81140babb
commit d6f1b0e3ae
5 changed files with 38 additions and 12 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ export const GetIconInfo = (action) => {
{"key": "cache_get", "values": ["get_cache"]},
{"key": "filter", "values": ["filter"]},
{"key": "merge", "values": ["join", "merge"]},
{"key": "search", "values": ["search", "find", "locate"]},
{"key": "search", "values": ["search", "find", "locate", "index",]},
{"key": "list", "values": ["list", "head", "options"]},
{"key": "download", "values": ["get", "download", "return", "hello_world", "curl",]},
{"key": "add", "values": ["add"]},