Skip to content

Commit

Permalink
Add default color
Browse files Browse the repository at this point in the history
  • Loading branch information
sarus committed Feb 8, 2024
1 parent ca52bb5 commit f2cd423
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = {
*/
acronym: "REST",
entityTypes: ['IPv4'],
defaultColor: 'light-blue',
/**
* Description for this integration which is displayed in the Polarity integrations user interface
*
Expand Down
1 change: 1 addition & 0 deletions config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"entityTypes": [
"IPv4"
],
"defaultColor": "light-blue",
"description": "This is a sample generic REST integration used for training",
"styles": [
"./styles/generic_rest.less"
Expand Down

0 comments on commit f2cd423

Please sign in to comment.