Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update terms in the tour to align with new terminology #4803

Merged
merged 1 commit into from
Nov 20, 2024
Merged
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
10 changes: 5 additions & 5 deletions frontend/src/tours/tour-welcome.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
},
"modalOverlayOpeningXOffset": 12
}, {
"title": "Concept: Instances",
"text": "<p><b>Instances</b> refer to instances of Node-RED running at the <i>same</i> host as FlowFuse.</p>",
"title": "Concept: Hosted Instances",
"text": "<p><b>Hosted Instances</b> refer to instances of Node-RED running at the <i>same</i> host as FlowFuse.</p>",
"attachTo": {
"element": "div[data-el=\"application-instance-item\"]",
"on": "bottom"
}
}, {
"title": "Concept: Devices",
"text": "<p><b>Devices</b> are Node-RED instances that are managed and deployed <i>remotely</i>.</p><p>Whether hardware in factories or a Raspberry Pi on your desk, FlowFuse helps you manage hundreds of remote deployments.</p>",
"title": "Concept: Edge Devices",
"text": "<p><b>Edge Devices</b> are Node-RED instances that are managed and deployed <i>remotely</i>.</p><p>Whether hardware in factories or a Raspberry Pi on your desk, FlowFuse helps you manage hundreds of remote deployments.</p>",
"attachTo": {
"element": "section[data-el=\"application-devices-none\"]",
"on": "bottom"
Expand Down Expand Up @@ -46,7 +46,7 @@
}
}, {
"title": "Concept: Device Groups",
"text": "<p><b>Device Groups</b> are collections of <b>Devices</b> that can be used in <b>Pipelines</b> in order to deploy the same Node-RED flows out to multiple pieces of hardware in one-click.</p>",
"text": "<p><b>Device Groups</b> are collections of <b>Edge Devices</b> that can be used in <b>Pipelines</b> in order to deploy the same Node-RED flows out to multiple pieces of hardware in one-click.</p>",
"attachTo": {
"element": "a[data-nav=\"application-device-groups\"] ",
"on": "left"
Expand Down
Loading