refactor: update breadcrumb navigation in dashboard and file view pages
This commit is contained in:
parent
f51e0af9c8
commit
5e15326c29
@ -293,7 +293,7 @@ const Dashboard = (): ReactElement => {
|
|||||||
return (
|
return (
|
||||||
<Layout
|
<Layout
|
||||||
currentPage="Dashboard"
|
currentPage="Dashboard"
|
||||||
breadcrumbs={[{ label: "QAssure - Tenant" }, { label: "Dashboard" }]}
|
// breadcrumbs={[{ label: "QAssure - Tenant" }, { label: "Dashboard" }]}
|
||||||
pageHeader={{
|
pageHeader={{
|
||||||
title: "Tenant Overview",
|
title: "Tenant Overview",
|
||||||
description: "Key quality metrics and performance indicators.",
|
description: "Key quality metrics and performance indicators.",
|
||||||
|
|||||||
@ -378,7 +378,7 @@ const FileView = (): ReactElement => {
|
|||||||
<Layout
|
<Layout
|
||||||
currentPage="File Attachment Services"
|
currentPage="File Attachment Services"
|
||||||
breadcrumbs={[
|
breadcrumbs={[
|
||||||
{ label: "File Attachment Services", path: "/tenant/files" },
|
{ label: "QAssure", path: "/" },
|
||||||
{ label: "File List", path: "/tenant/files" },
|
{ label: "File List", path: "/tenant/files" },
|
||||||
{ label: file.original_name },
|
{ label: file.original_name },
|
||||||
]}
|
]}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user