@5minds/node-red-dashboard-2-processcube-ui-page-navigation 1.1.0-develop-dafb5d-m6252yg2 → 1.1.0-develop-2fb190-m625aad0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2,7 +2,7 @@ module.exports = function (RED) {
|
|
|
2
2
|
function UIPageNavigation(config) {
|
|
3
3
|
// TODO: find a correct way to implement this. Only god knows why this is necessary and works
|
|
4
4
|
const pageName = config.pageName;
|
|
5
|
-
|
|
5
|
+
config.page = '';
|
|
6
6
|
|
|
7
7
|
function addConnectionCredentials(RED, msg, conn, config) {
|
|
8
8
|
if (config.includeClientData) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@5minds/node-red-dashboard-2-processcube-ui-page-navigation",
|
|
3
|
-
"version": "1.1.0-develop-
|
|
3
|
+
"version": "1.1.0-develop-2fb190-m625aad0",
|
|
4
4
|
"description": "A node to handle the navigation between pages in the Node-RED Dashboard",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"node-red",
|