Skip to content
Snippets Groups Projects
Commit cfcbe981 authored by Sameer Al-Sakran's avatar Sameer Al-Sakran
Browse files

create a separate section for underlying records drill-through

parent 7edd601b
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ export default (
return [
{
section: "zoom",
section: "records",
title: "View " +
inflect("these", count, "this", "these") +
" " +
......
......@@ -15,6 +15,9 @@ const SECTIONS = {
zoom: {
icon: "zoom"
},
records: {
icon: "table2"
},
details: {
icon: "document"
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment