mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
fix(sidebar): environment names on hover EE-6854 (#11755)
This commit is contained in:
parent
4ef71f4aca
commit
014c491205
2 changed files with 13 additions and 2 deletions
|
@ -64,6 +64,7 @@ function Content({ environment, onClear }: ContentProps) {
|
|||
return (
|
||||
<SidebarSection
|
||||
title={<Title environment={environment} onClear={onClear} />}
|
||||
hoverText={environment.Name}
|
||||
aria-label={environment.Name}
|
||||
showTitleWhenOpen
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue