Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ The nodes will then be available in your editor for you to get started.

If you want to use `npm` to install your nodes, you can instead [follow these instructions](https://nodered.org/docs/user-guide/runtime/adding-nodes)

*Note*: this package was previously published under the name `@flowforge/node-red-dashboard`. That package has now been deprecated and will not receive any further updates.

### Cloud Hosted Dashboards

If you're looking to host Node-RED in the Cloud, then look no further than [FlowFuse](https://flowfuse.com/). FlowFuse is a fully managed platform for hosting, securing, managing and scaling Node-RED deployments. You can [sign up today for a free trial](https://app.flowfuse.com/account/create).
Expand Down
2 changes: 1 addition & 1 deletion cypress/tests/config-nodes/pages.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// test admin rights & access in FlowForge
// test admin rights & access in FlowFuse

describe('Node-RED Dashboard 2.0', () => {
beforeEach(() => {
Expand Down
2 changes: 1 addition & 1 deletion cypress/tests/defaults.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// test admin rights & access in FlowForge
// test admin rights & access in FlowFuse

describe('Node-RED', () => {
beforeEach(() => {
Expand Down
2 changes: 1 addition & 1 deletion cypress/tests/layouts.spec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// test admin rights & access in FlowForge
// test admin rights & access in FlowFuse

describe('Node-RED Dashboard 2.0 - Layout: Grid', () => {
beforeEach(() => {
Expand Down
Loading