mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-29 18:50:08 +03:00
F #3951: fix front elements for test
Signed-off-by: Jorge Lobo <jlobo@opennebula.io>
This commit is contained in:
parent
e948f16b44
commit
a395f0305b
@ -49,7 +49,7 @@ const HeaderPopover = ({
|
||||
>
|
||||
{icon}
|
||||
{buttonLabel && (
|
||||
<span className={classes.buttonLabel}>{buttonLabel}</span>
|
||||
<span className={classes.buttonLabel} data-cy="header-username">{buttonLabel}</span>
|
||||
)}
|
||||
</Button>
|
||||
<Popover
|
||||
|
@ -29,6 +29,7 @@ const SidebarLink = ({ label, path, icon: Icon, devMode, isSubItem }) => {
|
||||
return (
|
||||
<ListItem
|
||||
button
|
||||
component='li'
|
||||
onClick={handleClick}
|
||||
selected={pathname === path}
|
||||
className={clsx({ [classes.subItem]: isSubItem })}
|
||||
|
Loading…
x
Reference in New Issue
Block a user