mirror of https://github.com/nocodb/nocodb
Wing-Kam Wong
2 years ago
committed by
Pranav C
1 changed files with 11 additions and 0 deletions
@ -0,0 +1,11 @@
|
||||
import { ViewTypes } from 'nocodb-sdk' |
||||
|
||||
export default { |
||||
[ViewTypes.GRID]: { icon: 'mdi-grid-large', color: 'blue' }, |
||||
// [ViewTypes.GRID]: { icon: "mdi-grid-large", color: "blue" },
|
||||
[ViewTypes.FORM]: { icon: 'mdi-form-select', color: 'pink' }, |
||||
calendar: { icon: 'mdi-calendar', color: 'purple' }, |
||||
[ViewTypes.GALLERY]: { icon: 'mdi-camera-image', color: 'orange' }, |
||||
[ViewTypes.KANBAN]: { icon: 'mdi-tablet-dashboard', color: 'green' }, |
||||
view: { icon: 'mdi-eye-circle-outline', color: 'blue' } |
||||
} |
Loading…
Reference in new issue