Remove unnecessary tooltip on device activity page (#26078)

Closes #26032

Signed-off-by: René Zeidler <rene.zeidler@gmx.de>
Co-authored-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
ReneZeidler 2024-01-11 12:49:07 +01:00 committed by GitHub
parent d70dd9db67
commit 841e1e3d99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,6 @@ import {
Split,
SplitItem,
Title,
Tooltip,
} from "@patternfly/react-core";
import {
DesktopIcon,
@ -115,9 +114,7 @@ const DeviceActivity = () => {
</Title>
</SplitItem>
<SplitItem>
<Tooltip content={t("refreshPage")}>
<Button
aria-describedby="refresh page"
id="refresh-page"
variant="link"
onClick={() => refresh()}
@ -125,7 +122,6 @@ const DeviceActivity = () => {
>
{t("refreshPage")}
</Button>
</Tooltip>
{(devices.length > 1 || devices[0].sessions.length > 1) && (
<ContinueCancelModal