mirror of
https://github.com/openziti/zrok.git
synced 2024-11-26 01:54:09 +01:00
tooltips for ui buttons (#86)
This commit is contained in:
parent
21c70ee5dd
commit
98b7f81aa8
@ -9,7 +9,7 @@ const Logout = (props) => {
|
||||
}
|
||||
|
||||
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 (
|
||||
<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
|
||||
id={popoverId}
|
||||
open={popoverOpen}
|
||||
|
Loading…
Reference in New Issue
Block a user