GoogleCloudPlatform / node-red-contrib-google-cloud

Node-RED nodes for Google Cloud Platform
Apache License 2.0
90 stars 57 forks source link

Name property not working for all nodes #41

Closed kolban-google closed 4 years ago

kolban-google commented 4 years ago

Each node has a name property where we can set the name of the node. It has been discovered that there is an error and some of the nodes are missing:

        name: { value: "", required: false },

in their HTML files. This defect asks that we check each node and validate that they are all present.

kolban-google commented 4 years ago

Entries that were changed include:

Changes pushed.

kolban-google commented 4 years ago

Delivered in 0.0.10