Skip to content

Commit 5747faa

Browse files
Merge pull request #20 from statuscompliance/develop
Include procede logos
2 parents 95e2bc9 + 33757a3 commit 5747faa

17 files changed

+107
-19
lines changed

nodes/github/icons/github-logo.svg

Lines changed: 1 addition & 1 deletion
Loading

nodes/procede/exists-pipe.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
inputs: 1,
99
outputs: 1,
10-
icon: 'subflow.svg', // Puedes cambiar esto según tus preferencias
10+
icon: 'exists-logo.svg', // Puedes cambiar esto según tus preferencias
1111
label: function () {
1212
return this.name || 'exists-pipe';
1313
},

nodes/procede/exists-section-in-doc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
inputs: 1,
1010
outputs: 1,
11-
icon: 'subflow.svg', // Puedes cambiar esto según tus preferencias
11+
icon: 'exists-logo.svg', // Puedes cambiar esto según tus preferencias
1212
label: function () {
1313
return this.name || 'exists-section-in-doc';
1414
},

nodes/procede/exists-url.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
inputs: 1,
99
outputs: 1,
10-
icon: 'subflow.svg', // Puedes cambiar esto según tus preferencias
10+
icon: 'url-logo.svg', // Puedes cambiar esto según tus preferencias
1111
label: function () {
1212
return this.name || 'exists-url';
1313
},

nodes/procede/filter-by-date.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
inputs: 1,
1313
outputs: 1,
14-
icon: 'subflow.svg', // Puedes cambiar esto según tus preferencias
14+
icon: 'date-logo.svg', // Puedes cambiar esto según tus preferencias
1515
label: function () {
1616
return this.name || 'filter-by-date';
1717
},

nodes/procede/filter-by.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
inputs: 1,
1313
outputs: 1,
14-
icon: 'subflow.svg',
14+
icon: 'filter-logo.svg',
1515
label: function () {
1616
return this.name || 'filter-by';
1717
},

nodes/procede/icons/date-logo.svg

Lines changed: 2 additions & 0 deletions
Loading

nodes/procede/icons/doc-url-logo.svg

Lines changed: 19 additions & 0 deletions
Loading

nodes/procede/icons/exists-logo.svg

Lines changed: 14 additions & 0 deletions
Loading

nodes/procede/icons/filter-logo.svg

Lines changed: 4 additions & 0 deletions
Loading

nodes/procede/icons/proj-url-logo.svg

Lines changed: 30 additions & 0 deletions
Loading

nodes/procede/icons/url-logo.svg

Lines changed: 19 additions & 0 deletions
Loading

nodes/procede/project-to-url.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
inputs: 1,
99
outputs: 1,
10-
icon: 'subflow.svg', // Puedes cambiar esto según tus preferencias
10+
icon: 'proj-url-logo.svg', // Puedes cambiar esto según tus preferencias
1111
label: function () {
1212
return this.name || 'project-to-url';
1313
},

nodes/procede/url-to-doc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
inputs: 1,
99
outputs: 1,
10-
icon: 'subflow.svg', // Puedes cambiar esto según tus preferencias
10+
icon: 'doc-url-logo.svg', // Puedes cambiar esto según tus preferencias
1111
label: function () {
1212
return this.name || 'url-to-doc';
1313
},

nodes/trello/icons/trello-logo.svg

Lines changed: 1 addition & 1 deletion
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alvarobc2412/status",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Collection of STATUS project components.",
55
"license": "Apache-2.0",
66
"keywords": [

settings.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@ module.exports = {
7373
/** To password protect the Node-RED editor and admin API, the following
7474
* property can be used. See http://nodered.org/docs/security.html for details.
7575
*/
76-
//adminAuth: {
77-
// type: "credentials",
78-
// users: [{
79-
// username: "admin",
80-
// password: "$2a$08$zZWtXTja0fB1pzD4sHCMyOCMYz2Z6dNbM6tl8sJogENOMcxWV9DN.",
81-
// permissions: "*"
82-
// }]
83-
//},
76+
adminAuth: {
77+
type: "credentials",
78+
users: [{
79+
username: "alvber",
80+
password: "$2b$10$DgrjJMeuGA.HcQBnBqVj6e4t2OckWV66ritpJUCwh6rr/0enyExAO",
81+
permissions: "*"
82+
}]
83+
},
8484

8585
/** The following property can be used to enable HTTPS
8686
* This property can be either an object, containing both a (private) key
@@ -122,7 +122,7 @@ module.exports = {
122122
* The `pass` field is a bcrypt hash of the password.
123123
* See http://nodered.org/docs/security.html#generating-the-password-hash
124124
*/
125-
//httpNodeAuth: {user:"user",pass:"$2a$08$zZWtXTja0fB1pzD4sHCMyOCMYz2Z6dNbM6tl8sJogENOMcxWV9DN."},
125+
httpNodeAuth: {user:"alvber",pass:"$2b$10$DgrjJMeuGA.HcQBnBqVj6e4t2OckWV66ritpJUCwh6rr/0enyExAO"},
126126
//httpStaticAuth: {user:"user",pass:"$2a$08$zZWtXTja0fB1pzD4sHCMyOCMYz2Z6dNbM6tl8sJogENOMcxWV9DN."},
127127

128128
/*******************************************************************************

0 commit comments

Comments
 (0)