Update login urls
This commit is contained in:
parent
494404c4c1
commit
13a5a03860
3 changed files with 7 additions and 15 deletions
|
|
@ -331,9 +331,9 @@ export const Sidebar: FC<SidebarProps> = ({
|
|||
{open
|
||||
? username
|
||||
: username
|
||||
.split(" ")
|
||||
.map((name) => name.substring(0, 1))
|
||||
.join("")}
|
||||
.split(" ")
|
||||
.map((name) => name.substring(0, 1))
|
||||
.join("")}
|
||||
</Typography>
|
||||
</Grid>
|
||||
<Grid item>
|
||||
|
|
@ -485,14 +485,6 @@ export const Sidebar: FC<SidebarProps> = ({
|
|||
selected={pathname.endsWith("/docs")}
|
||||
open={open}
|
||||
/>
|
||||
<MenuItem
|
||||
name="Reporting"
|
||||
href="/reporting"
|
||||
Icon={AssessmentIcon}
|
||||
iconSize={20}
|
||||
selected={pathname.endsWith("/reporting")}
|
||||
open={open}
|
||||
/>
|
||||
{roles.includes("admin") && leafcutterEnabled && (
|
||||
<MenuItem
|
||||
name="Opensearch"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue