mirror of
https://github.com/openziti/zrok.git
synced 2024-11-29 11:34:07 +01:00
tooltips for ui buttons (#86)
This commit is contained in:
parent
21c70ee5dd
commit
98b7f81aa8
@ -9,7 +9,7 @@ const Logout = (props) => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<button onClick={onClick} aria-label={"log out"}><Icon path={logoutIcon} size={.7}/></button>
|
<button onClick={onClick} aria-label={"log out"} title={"Log out"}><Icon path={logoutIcon} size={.7}/></button>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ const Token = (props) => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<button aria-describedby={popoverId} onClick={handlePopoverClick}><Icon path={mdiKey} size={0.7}/></button>
|
<button aria-describedby={popoverId} onClick={handlePopoverClick} title={"See Enable Secret"}><Icon path={mdiKey} size={0.7}/></button>
|
||||||
<Popover
|
<Popover
|
||||||
id={popoverId}
|
id={popoverId}
|
||||||
open={popoverOpen}
|
open={popoverOpen}
|
||||||
|
Loading…
Reference in New Issue
Block a user