mirror of
https://github.com/langgenius/dify.git
synced 2026-07-30 00:39:34 +08:00
16 lines
629 B
Markdown
16 lines
629 B
Markdown
# Deployment Instances Header Actions
|
|
|
|
Header action for opening the deploy drawer from the instances route.
|
|
|
|
## Internal Modules
|
|
|
|
| Module | Why this module uses it |
|
|
| --------------- | ----------------------------------------------------------------------- |
|
|
| `deploy-drawer` | Opens the deploy drawer for the first available undeployed environment. |
|
|
| `route-state` | Reads the route app instance identity for deployment actions. |
|
|
| `detail` | Reads detail-owned query state and runtime instance rows. |
|
|
|
|
## External Modules
|
|
|
|
None.
|