From e9d879965553294fb1cf009e60f12c58e98e0118 Mon Sep 17 00:00:00 2001 From: Yndira Escobar <129537638+Yndira-FlowForge@users.noreply.github.com> Date: Mon, 7 Aug 2023 20:24:14 +0200 Subject: [PATCH] Change sso feature order --- src/_includes/feature_lists/cloud.njk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/_includes/feature_lists/cloud.njk b/src/_includes/feature_lists/cloud.njk index 0d249f9cef..b7dfe5a179 100644 --- a/src/_includes/feature_lists/cloud.njk +++ b/src/_includes/feature_lists/cloud.njk @@ -61,11 +61,6 @@ label: "Edge Device Management", values: [null, 'check', 'check'], info: "

Connect to edge devices to quickly assess and update logic. Debug one device and roll out improvements to your fleet in minutes. All securely without requiring full device access for your whole organisation.

" - }, { - id: "sso", - label: "Single Sign-On (SSO)", - values: [null, null, 'check'], - info: "

FlowForge can be configured to run with your own Single Sign-On (SSO) provider. Allow users to access FlowForge with a single set of login credentials, improving security, user experience, and save them time.

" }, { id: "project-nodes", label: "Inter Project Communication", @@ -83,6 +78,11 @@ label: "Devops Workflow", values: [null, 'check', 'check'], info: "

Use pipelines to ensure quality is delivered from your development stage, through staging, and your production environment

" + }, { + id: "sso", + label: "Single Sign-On (SSO)", + values: [null, null, 'check'], + info: "

FlowForge can be configured to run with your own Single Sign-On (SSO) provider. Allow users to access FlowForge with a single set of login credentials, improving security, user experience, and save them time.

" }, { label: "High Availibility", values: [null, null, 'check'],