mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 19:30:30 +08:00
bullets
This commit is contained in:
committed by
Gabriel Luiz Freitas Almeida
parent
c5fe03fcd2
commit
a9182be98f
@ -35,14 +35,21 @@ In the top navigation bar, the dropdown menu labeled with the project name offer
|
||||
style={{ width: "40%", margin: "20px auto" }}
|
||||
/>
|
||||
|
||||
**New**: Create a new flow from scratch.
|
||||
**Settings**: Adjust settings specific to the current flow, such as its Name, Description, and Endpoint Name.
|
||||
**Logs**: View logs for the current project, including execution history, errors, and other runtime events.
|
||||
**Import**: Import a flow or component from a JSON file into the Workspace.
|
||||
**Export**: Export the current flow as a JSON file.
|
||||
**Undo (⌘Z)**: Revert the last action taken in the project.
|
||||
**Redo (⌘Y)**: Reapply a previously undone action.
|
||||
**Refresh All**: Refresh all components and data within the Workspace.
|
||||
* **New**: Create a new flow from scratch.
|
||||
|
||||
* **Settings**: Adjust settings specific to the current flow, such as its Name, Description, and Endpoint Name.
|
||||
|
||||
* **Logs**: View logs for the current project, including execution history, errors, and other runtime events.
|
||||
|
||||
* **Import**: Import a flow or component from a JSON file into the Workspace.
|
||||
|
||||
* **Export**: Export the current flow as a JSON file.
|
||||
|
||||
* **Undo (⌘Z)**: Revert the last action taken in the project.
|
||||
|
||||
* **Redo (⌘Y)**: Reapply a previously undone action.
|
||||
|
||||
* **Refresh All**: Refresh all components and data within the Workspace.
|
||||
|
||||
## Control Panel
|
||||
|
||||
|
||||
Reference in New Issue
Block a user