Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat: add Organization Provisioner Keys view#17889

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
johnstcn merged 9 commits intomainfromcj/ui/provisionerkeys
May 19, 2025
Merged
Changes from1 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
PrevPrevious commit
NextNext commit
indent expanded row content
  • Loading branch information
@johnstcn
johnstcn committedMay 19, 2025
commitf6c77e86cf1aed798c1a6db3ec43f651f5e8f3a1
Original file line numberDiff line numberDiff line change
Expand Up@@ -70,7 +70,11 @@ export const ProvisionerKeyRow: FC<ProvisionerKeyRowProps> = ({

{isOpen && (
<TableRow>
<TableCell colSpan={999} className="p-0">
<TableCell
colSpan={999}
className="p-0 border-l-4 border-accent bg-muted/50"
style={{ paddingLeft: "1.5rem" }}
>
{provisioners.length === 0 ? (
<TableRow>
<TableCell colSpan={999} className="p-4 border-t-0">
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp