Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat: show user-auth provisioners #14883

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Oct 1, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
cleanup
  • Loading branch information
f0ssel committed Sep 30, 2024
commit dfc83dfbf9a538e51025389f80c64e98d40bc48b
13 changes: 0 additions & 13 deletions site/src/modules/provisioners/ProvisionerGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,19 +167,6 @@ export const ProvisionerGroup: FC<ProvisionerGroupProps> = ({
justifyContent: "right",
}}
>
{/* {type !== "userAuth" &&
<Tooltip title="Scope">
<Pill
size="lg"
icon={<BusinessIcon />}
>
<span css={{ textTransform: "capitalize" }}>{"organization"}</span>
</Pill>
</Tooltip>}
{type === "key" &&
extraTags.map(([key, value]) => (
<ProvisionerTag key={key} tagName={key} tagValue={value} />
))} */}
</div>
</header>

Expand Down
Loading