1
0
Fork 0
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:
Dakota Walsh 2024-05-08 17:08:07 -04:00 committed by GitHub
parent 4ef71f4aca
commit 014c491205
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 2 deletions

View file

@ -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
>