dify/web/features/deployments/detail/instances/table-styles.ts
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

7 lines
195 B
TypeScript

export const DEPLOYMENT_DETAIL_TABLE_COLUMN_CLASS_NAMES = {
actions: 'w-14 py-1.5 whitespace-nowrap',
currentRelease: '',
environment: 'whitespace-nowrap',
status: 'whitespace-nowrap',
}