mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-20 10:58:33 +00:00
feat: metadata view icon
This commit is contained in:
@@ -2,3 +2,9 @@ export const VIEW_TYPE = {
|
||||
TABLE: 'table',
|
||||
GALLERY: 'gallery'
|
||||
};
|
||||
|
||||
export const VIEW_TYPE_ICON = {
|
||||
[VIEW_TYPE.TABLE]: 'table',
|
||||
[VIEW_TYPE.GALLERY]: 'image',
|
||||
'image': 'image'
|
||||
};
|
||||
|
Reference in New Issue
Block a user