Commit cba19f3b authored by Alexandre Delanoë's avatar Alexandre Delanoë

[PAGE] Corpus facets: space between facets and Trash.

parent a5911fd0
......@@ -53,6 +53,7 @@ statefulTabs =
, Tuple "Authors" $ ngramsViewSpec {mode: Authors }
, Tuple "Institutes" $ ngramsViewSpec {mode: Institutes}
, Tuple "Terms" $ ngramsViewSpec {mode: Terms }
, Tuple "" $ trash -- TODO empty here
, Tuple "Trash" $ trash
]
where
......@@ -66,7 +67,6 @@ statefulTabs =
, totalRecords: 4737}) $ noState DT.docViewSpec
)
)
trash = cmapProps (\{path: nodeId} -> { nodeId
, chart: div [][]
, tabType: TabCorpus TabTrash
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment