diff --git a/Data/Server/WebUI/src/Navigation_Sidebar.jsx b/Data/Server/WebUI/src/Navigation_Sidebar.jsx index 15f22b8..cabf7cd 100644 --- a/Data/Server/WebUI/src/Navigation_Sidebar.jsx +++ b/Data/Server/WebUI/src/Navigation_Sidebar.jsx @@ -132,9 +132,9 @@ function NavigationSidebar({ currentPage, onNavigate }) { } label="Scheduled Jobs" pageKey="jobs" /> - } label="Workflows" pageKey="workflows" /> } label="Scripts" pageKey="scripts" /> - } label="Community Nodes" pageKey="community" /> + } label="Workflows" pageKey="workflows" /> + } label="Community Content" pageKey="community" /> diff --git a/Data/Server/WebUI/src/Node_Sidebar.jsx b/Data/Server/WebUI/src/Node_Sidebar.jsx index 2eb20e3..bf3b3ad 100644 --- a/Data/Server/WebUI/src/Node_Sidebar.jsx +++ b/Data/Server/WebUI/src/Node_Sidebar.jsx @@ -77,11 +77,6 @@ export default function NodeSidebar({ - - - - - diff --git a/Data/Server/WebUI/src/Workflow_List.jsx b/Data/Server/WebUI/src/Workflow_List.jsx index 15091ec..89cf5e4 100644 --- a/Data/Server/WebUI/src/Workflow_List.jsx +++ b/Data/Server/WebUI/src/Workflow_List.jsx @@ -299,7 +299,7 @@ export default function WorkflowList({ onOpenWorkflow }) { Workflows - Manage workflow folders and files. + Create, edit, and rearrange workflows within an organized folder structure.