dify/web/features/deployments/detail/api-tokens/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
178 B
TypeScript

export const API_KEY_DETAIL_TABLE_COLUMN_CLASS_NAMES = {
action: 'w-16 py-1.5 whitespace-nowrap',
environment: 'whitespace-nowrap',
key: '',
name: 'whitespace-nowrap',
}