Files
dify/web/features/deployments/list
Stephen Zhou a84c2d36a3 style: format with vp fmt (#38803)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-07-12 15:57:46 +00:00
..
2026-07-12 15:57:46 +00:00
2026-07-12 15:57:46 +00:00

Deployments List

Deployment list page for browsing app instances, filtering by keyword or environment, and rendering deployment status cards.

Internal Modules

Module Why this module uses it
create-guide/link Links the create deployment CTA to the create-guide workflow while keeping list-owned button styling local.
deployment-actions Reuses the deployment action menu for each card. The list supplies the app instance identity and placement only.
create-release Reuses release creation entry points from card footer actions.
deploy-drawer/state Opens the deploy drawer from a card action without making the list own deploy form state.
shared Reuses shared deployment domain rules, UI primitives, hooks, or local helpers.
detail/tabs Uses the detail tab key type when building card navigation URLs. The list must not depend on detail tab components.

External Modules

Module Why this module uses it
app/components/apps/studio-list-header Reuses the app studio list header layout instead of defining a list-specific page chrome.
app/components/base/skeleton Reuses the existing skeleton primitive for list and card loading states.