Back to Dify

Deployments List

web/features/deployments/list/README.md

1.16.01.8 KB
Original Source

Deployments List

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

Internal Modules

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

External Modules

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