change river & marine apps layout from 1x3 to 1x2 for better visibility using smaller device
This commit is contained in:
parent
c2c4d785e5
commit
2313a4891a
@ -30,14 +30,15 @@ class MarineHomePage extends StatelessWidget {
|
||||
label: "Manual",
|
||||
isParent: true,
|
||||
children: [
|
||||
SidebarItem(icon: Icons.dashboard, label: "Dashboard", route: '/marine/manual/dashboard'),
|
||||
//SidebarItem(icon: Icons.dashboard, label: "Dashboard", route: '/marine/manual/dashboard'),
|
||||
SidebarItem(icon: Icons.description, label: "Info Centre Document", route: '/marine/manual/info'),
|
||||
SidebarItem(icon: Icons.assignment, label: "Pre-Sampling", route: '/marine/manual/pre-sampling'),
|
||||
SidebarItem(icon: Icons.pin_drop, label: "In-Situ Sampling", route: '/marine/manual/in-situ'),
|
||||
SidebarItem(icon: Icons.waves, label: "Tarball Sampling", route: '/marine/manual/tarball'),
|
||||
SidebarItem(icon: Icons.receipt_long, label: "Report", route: '/marine/manual/report'),
|
||||
|
||||
SidebarItem(icon: Icons.article, label: "Data Log", route: '/marine/manual/data-log'),
|
||||
SidebarItem(icon: Icons.image, label: "Image Request", route: '/marine/manual/image-request'),
|
||||
SidebarItem(icon: Icons.receipt_long, label: "Report", route: '/marine/manual/report'),
|
||||
],
|
||||
),
|
||||
SidebarItem(
|
||||
|
||||
@ -30,10 +30,10 @@ class RiverHomePage extends StatelessWidget {
|
||||
label: "Manual",
|
||||
isParent: true,
|
||||
children: [
|
||||
SidebarItem(icon: Icons.dashboard, label: "Dashboard", route: '/river/manual/dashboard'),
|
||||
//SidebarItem(icon: Icons.dashboard, label: "Dashboard", route: '/river/manual/dashboard'),
|
||||
SidebarItem(icon: Icons.pin_drop, label: "In-Situ Sampling", route: '/river/manual/in-situ'),
|
||||
SidebarItem(icon: Icons.receipt_long, label: "Report", route: '/river/manual/report'),
|
||||
SidebarItem(icon: Icons.date_range, label: "Triennial Sampling", route: '/river/manual/triennial'),
|
||||
//SidebarItem(icon: Icons.receipt_long, label: "Report", route: '/river/manual/report'),
|
||||
SidebarItem(icon: Icons.article, label: "Data Log", route: '/river/manual/data-log'),
|
||||
SidebarItem(icon: Icons.image, label: "Image Request", route: '/river/manual/image-request'),
|
||||
],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user