mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-22 14:07:26 +00:00
69 lines
2 KiB
Markdown
69 lines
2 KiB
Markdown
|
|
---
|
||
|
|
id: app-menu-options
|
||
|
|
title: App menu options
|
||
|
|
---
|
||
|
|
|
||
|
|
# App menu options
|
||
|
|
|
||
|
|
Options that are available in the overflow menu of the app card are:
|
||
|
|
|
||
|
|
- **[Change Icon](#change-icon)**
|
||
|
|
- **[Add to folder](#add-to-folder)**
|
||
|
|
- **[Clone app](#clone-app)**
|
||
|
|
- **[Export app](#export-app)**
|
||
|
|
- **[Delete app](#delete-app)**
|
||
|
|
|
||
|
|
<div style={{textAlign: 'center'}}>
|
||
|
|
|
||
|
|
<img className="screenshot-full" src="/img/tutorial/app-menu-options/app-menu.png" alt="App menu options"/>
|
||
|
|
|
||
|
|
</div>
|
||
|
|
|
||
|
|
## Change Icon
|
||
|
|
|
||
|
|
The icon on the app cards can be customised by selecting the `Change Icon` option.
|
||
|
|
|
||
|
|
<div style={{textAlign: 'center'}}>
|
||
|
|
|
||
|
|
<img className="screenshot-full" src="/img/tutorial/app-menu-options/change-icon.png" alt="App menu options"/>
|
||
|
|
|
||
|
|
</div>
|
||
|
|
|
||
|
|
## Add to folder
|
||
|
|
|
||
|
|
ToolJet allows you to create folders (`+ Create new folder` from the left sidebar) on the dashboard, and any application can be added to these folders.
|
||
|
|
|
||
|
|
<div style={{textAlign: 'center'}}>
|
||
|
|
|
||
|
|
<img className="screenshot-full" src="/img/tutorial/app-menu-options/movetofolder.png" alt="App menu options"/>
|
||
|
|
|
||
|
|
</div>
|
||
|
|
|
||
|
|
## Clone app
|
||
|
|
|
||
|
|
Any application created on ToolJet can be cloned using the `Clone app` option. The cloned application is the exact copy of the original app except that the user will have to re-enter the datasource credentials in cloned app.
|
||
|
|
|
||
|
|
## Export app
|
||
|
|
|
||
|
|
Export app option will allow the users to download `JSON` file with all the information about your application(excluding credentials). This JSON file can be used to import this application to the same or other workspace.
|
||
|
|
|
||
|
|
Users get the option to export:
|
||
|
|
- the currently released version
|
||
|
|
- a particular version from list latest version to oldest version
|
||
|
|
- all versions
|
||
|
|
|
||
|
|
<div style={{textAlign: 'center'}}>
|
||
|
|
|
||
|
|
<img className="screenshot-full" src="/img/tutorial/app-menu-options/export.png" alt="App menu options"/>
|
||
|
|
|
||
|
|
</div>
|
||
|
|
|
||
|
|
## Delete app
|
||
|
|
|
||
|
|
Use this option to complete remove the app from the workspace.
|
||
|
|
|
||
|
|
<div style={{textAlign: 'center'}}>
|
||
|
|
|
||
|
|
<img className="screenshot-full" src="/img/tutorial/app-menu-options/delete.png" alt="App menu options"/>
|
||
|
|
|
||
|
|
</div>
|