dify/web/features/deployments/detail/instances/header-actions/README.md
Stephen Zhou a14310fc62
refactor(web): organize deployment feature state (#38065)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2026-06-27 07:34:46 +00:00

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.