Skip to content

Commit 0bdc3ba

Browse files
authored
Merge pull request #352 from nexB/164-add-type
Add Type to File Info and Default columnset #164
2 parents 1d47af8 + 15cc8cf commit 0bdc3ba

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

assets/app/js/controllers/scanDataTable.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ ScanDataTable.FILE_COLUMNS =
706706
'title': 'Type',
707707
'name': 'type',
708708
'bar_chart_class': 'bar-chart-file-infos',
709-
'visible': false
709+
'visible': true
710710
},
711711
{
712712
'data': 'name',
@@ -876,6 +876,7 @@ ScanDataTable.FILEINFO_COLUMN_NAMES =
876876
'name',
877877
'extension',
878878
'size',
879+
'type',
879880
'mime_type',
880881
'file_type',
881882
'programming_language'

0 commit comments

Comments
 (0)