Skip to content

Commit b549ef1

Browse files
authored
add icons for log and error activities (#128)
1 parent 13b97a1 commit b549ef1

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

activity/error/descriptor.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
"title": "Throw Error",
66
"description": "Throws an Error",
77
"homepage": "https://github.com/prject-flogo/contrib/tree/master/activity/error",
8-
"input":[
8+
"display": {
9+
"icon": "error-icon.svg"
10+
},
11+
"input": [
912
{
1013
"name": "message",
1114
"type": "string"

activity/error/error-icon.svg

+1
Loading

activity/log/descriptor.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
"title": "Log",
66
"description": "Logs a message",
77
"homepage": "https://github.com/project-flogo/contrib/tree/master/activity/log",
8-
"input":[
8+
"display": {
9+
"icon": "log-icon.svg"
10+
},
11+
"input": [
912
{
1013
"name": "message",
1114
"type": "string",

activity/log/log-icon.svg

+1
Loading

0 commit comments

Comments
 (0)