mirror of
https://github.com/langgenius/dify.git
synced 2026-07-24 04:58:32 +08:00
7 lines
195 B
TypeScript
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',
|
|
}
|