forked from 0x2620/pandora
don't show fulltext keys by default
This commit is contained in:
parent
10dd0768d1
commit
ae8363d4e2
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ pandora.ui.documentInfoView = function(data, isMixed) {
|
||||||
'extension', 'dimensions', 'size', 'matches',
|
'extension', 'dimensions', 'size', 'matches',
|
||||||
'created', 'modified', 'accessed',
|
'created', 'modified', 'accessed',
|
||||||
'random', 'entity'
|
'random', 'entity'
|
||||||
],
|
].concat(pandora.site.documentKeys.filter(key => { return key.fulltext }).map(key => key.id)),
|
||||||
statisticsWidth = 128,
|
statisticsWidth = 128,
|
||||||
|
|
||||||
$bar = Ox.Bar({size: 16})
|
$bar = Ox.Bar({size: 16})
|
||||||
|
|
Loading…
Reference in a new issue