Skip to content

Commit

Permalink
adjust actions
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Oct 17, 2024
1 parent 3f7ca90 commit 86a928b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import {
Flex,
ListBoxItem,
PeopleIcon,
PeoplePlusIcon,

Check failure on line 10 in www/src/components/overview/clusters/plural-cloud/CloudInstanceTableCols.tsx

View workflow job for this annotation

GitHub Actions / Lint

'PeoplePlusIcon' is defined but never used. Allowed unused vars must match /^_/u
PersonPlusIcon,
Tooltip,
TrashCanIcon,
} from '@pluralsh/design-system'
Expand Down Expand Up @@ -209,6 +211,7 @@ const ColActions = columnHelper.accessor((instance) => instance, {
<span>Edit cluster managers</span>
</Tooltip>
}
leftContent={<PersonPlusIcon />}
/>
<ListBoxItem
key={MenuItemKey.EditPluralOIDCClients}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import {
Accordion,
AccordionItem,
Button,
ConsoleIcon,
Flex,
FormField,
Modal,
Expand Down Expand Up @@ -57,6 +58,7 @@ export function ConsoleInstanceOIDC({
label="Enable login for your team members for this console instance"
>
<Button
startIcon={<ConsoleIcon />}
secondary
onClick={() => setOpen(true)}
>
Expand Down

0 comments on commit 86a928b

Please sign in to comment.