bullets
This commit is contained in:
parent
c5fe03fcd2
commit
a9182be98f
1 changed files with 15 additions and 8 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue