Skip to content

Commit

Permalink
Apply Marian's changes to Features tables
Browse files Browse the repository at this point in the history
Co-authored-by: Marian <73583313+MarianRaphael@users.noreply.github.com>
  • Loading branch information
Yndira-E and MarianRaphael authored Aug 23, 2023
1 parent 0ca9dfb commit f8927c7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/_includes/feature_lists/cloud.njk
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
hosting: "cloud",
rows: [{
label: "Committed SLA",
values: ['None', '99.5', 'XX.X in normal mode; 99.9 in HA mode']
values: ['None', '99.5%', 'Up to 99.9%']
}, {
label: "FlowForge Support",
values: ['Community Forum (except billing questions)', '8 hours (business days)', '4 hours']
Expand Down
13 changes: 9 additions & 4 deletions src/_includes/feature_lists/self-hosted.njk
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,24 @@
label: "Features",
hosting: "self-hosted",
rows: [{
id: "teams",
label: "Number of Teams",
values: ['50', 'Unlimited', 'Unlimited'],
info: "<p>FlowForge allows multiple team members to collaborate on the same Node-RED flows.</p>"
}, {
id: "team-members",
label: "Team Members",
values: ['2', '20', 'Unlimited'],
values: ['50', 'Unlimited', 'Unlimited'],
info: "<p>FlowForge allows multiple team members to collaborate on the same Node-RED flows.</p>"
}, {
id: "cloud-instances",
label: "Number of cloud instances",
values: ['2', 'Licensed amount', 'Licensed amount'],
values: ['50', 'Licensed amount', 'Licensed amount'],
info: "<p>FlowForge hosts multiple Node-RED instances from a common platform.</p>"
}, {
id: "devices",
label: "Number of devices",
values: ['2', 'Licensed amount', 'Licensed amount'],
values: ['50', 'Licensed amount', 'Licensed amount'],
info: "<p>FlowForge allows you to manage Node-RED deployments on remote devices.</p>"
}, {
id: "nr-hosting",
Expand Down Expand Up @@ -72,7 +77,7 @@
hosting: "self-hosted",
rows: [{
label: "Committed SLA",
values: ['None', '99.5', 'XX.X in normal mode; 99.9 in HA mode']
values: ['None', 'On Request - up to 99.5%', 'On Request - up to 99.9%']
}, {
label: "FlowForge Support",
values: ['Community Forum (except billing questions)', '8 hours (business days)', '4 hours']
Expand Down

0 comments on commit f8927c7

Please sign in to comment.