Skip to content

Commit

Permalink
add icons for log and error activities (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcastill authored Aug 18, 2020
1 parent 13b97a1 commit b549ef1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
5 changes: 4 additions & 1 deletion activity/error/descriptor.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"title": "Throw Error",
"description": "Throws an Error",
"homepage": "https://github.com/prject-flogo/contrib/tree/master/activity/error",
"input":[
"display": {
"icon": "error-icon.svg"
},
"input": [
{
"name": "message",
"type": "string"
Expand Down
1 change: 1 addition & 0 deletions activity/error/error-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion activity/log/descriptor.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"title": "Log",
"description": "Logs a message",
"homepage": "https://github.com/project-flogo/contrib/tree/master/activity/log",
"input":[
"display": {
"icon": "log-icon.svg"
},
"input": [
{
"name": "message",
"type": "string",
Expand Down
1 change: 1 addition & 0 deletions activity/log/log-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b549ef1

Please sign in to comment.