MCPcopy Index your code
hub / github.com/coder/coder / GroupsHelpPopover

Function GroupsHelpPopover

site/src/modules/users/UserHelpPopovers.tsx:33–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31};
32
33export const GroupsHelpPopover: FC = () => {
34 return (
35 <HelpPopover>
36 <HelpPopoverIconTrigger size="small" />
37 <HelpPopoverContent>
38 <HelpPopoverTitle>What is a group?</HelpPopoverTitle>
39 <HelpPopoverText>
40 Groups can be used with template RBAC to give groups of users access
41 to specific templates. View our docs on how to use groups.
42 </HelpPopoverText>
43 <HelpPopoverLinksGroup>
44 <HelpPopoverLink href={docs("/admin/users/groups-roles")}>
45 Groups
46 </HelpPopoverLink>
47 </HelpPopoverLinksGroup>
48 </HelpPopoverContent>
49 </HelpPopover>
50 );
51};
52
53export const AiAddonHelpPopover: FC = () => {
54 return (

Callers

nothing calls this directly

Calls 1

docsFunction · 0.90

Tested by

no test coverage detected