mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 12:57:32 +00:00
feat: icon and color(created/updated time)
This commit is contained in:
@@ -62,6 +62,9 @@ const renderIcon = (column: ColumnType, relationColumn?: ColumnType) => {
|
||||
return { icon: iconMap.rollup, color: 'text-grey' }
|
||||
case UITypes.Count:
|
||||
return { icon: CountIcon, color: 'text-grey' }
|
||||
case UITypes.CreateTime:
|
||||
case UITypes.LastModifiedTime:
|
||||
return { icon: iconMap.datetime, color: 'text-grey' }
|
||||
}
|
||||
|
||||
return { icon: iconMap.generic, color: 'text-grey' }
|
||||
|
||||
Reference in New Issue
Block a user