8000 feat: show tags for psk provisioners by aslilac · Pull Request #14628 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

feat: show tags for psk provisioners #14628

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 17 commits into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
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
Merge branch 'main' into psk-tags
  • Loading branch information
aslilac committed Sep 17, 2024
commit cc620a50850dc83b0983c06a13a3c81f90ae28f7
8 changes: 1 addition & 7 deletions site/src/modules/provisioners/ProvisionerGroup.tsx
8000
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,7 @@ export const ProvisionerGroup: FC<ProvisionerGroupProps> = ({
>
<Tooltip title="Scope">
<Pill size="lg" icon={iconScope}>
<span
css={{
textTransform: "capitalize",
}}
>
{daemonScope}
</span>
<span css={{ textTransform: "capitalize" }}>{daemonScope}</span>
</Pill>
</Tooltip>
{type === "key" &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const Provisioners: Story = {
},
],
],
["じぇいダレン", [MockProvisioner, MockProvisioner2]],
["ジャイデン", [MockProvisioner, MockProvisioner2]],
[
"ケイラ",
[
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.
0