Skip to content
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

Add view/edit SSH key page #2589

Merged
merged 10 commits into from
Dec 12, 2024
Merged

Add view/edit SSH key page #2589

merged 10 commits into from
Dec 12, 2024

Conversation

benjaminleonard
Copy link
Contributor

Can't edit anything here, but it's helpful to have this to be able to see the public key – and it's easy to eventually allow editing when the API supports it.

image

Copy link

vercel bot commented Dec 2, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
console ✅ Ready (Inspect) Visit Preview Dec 6, 2024 11:21pm

@david-crespo david-crespo added this to the 12 milestone Dec 2, 2024
test/e2e/utils.ts Outdated Show resolved Hide resolved
@benjaminleonard
Copy link
Contributor Author

benjaminleonard commented Dec 3, 2024

Implemented in a bit of a hack, but works well. I figured it'd be preferable to modifying the text input component. If we made the form editable, would need to remove or hook it up to the input with watch.

CleanShot 2024-12-03 at 10 59 15

@david-crespo david-crespo merged commit bdbc02b into main Dec 12, 2024
1 check passed
@david-crespo david-crespo deleted the view-ssh-key branch December 12, 2024 00:06
david-crespo added a commit to oxidecomputer/omicron that referenced this pull request Dec 13, 2024
oxidecomputer/console@927c8b6...c1ebd8d

* [c1ebd8d9](oxidecomputer/console@c1ebd8d9) take inventory switches tab back out, DB is empty
* [2a139028](oxidecomputer/console@2a139028) tone down empty switches table message
* [2b0c3f12](oxidecomputer/console@2b0c3f12) oxidecomputer/console#2621
* [c1fbf631](oxidecomputer/console@c1fbf631) oxidecomputer/console#2622
* [1dd25f63](oxidecomputer/console@1dd25f63) oxidecomputer/console#2615
* [11486f8b](oxidecomputer/console@11486f8b) oxidecomputer/console#2620
* [ada302ce](oxidecomputer/console@ada302ce) oxidecomputer/console#2488
* [bc3161ae](oxidecomputer/console@bc3161ae) minor: remove stub e2e test
* [9e1d53c6](oxidecomputer/console@9e1d53c6) sentence case idp form heading
* [aaf1154f](oxidecomputer/console@aaf1154f) add extra assert for instance create with additional disks test flake
* [79d610dc](oxidecomputer/console@79d610dc) oxidecomputer/console#2618
* [bdbc02b7](oxidecomputer/console@bdbc02b7) oxidecomputer/console#2589
* [7a8ee0ab](oxidecomputer/console@7a8ee0ab) oxidecomputer/console#2614
* [0b5220a1](oxidecomputer/console@0b5220a1) npm audit fix
* [0c873cf4](oxidecomputer/console@0c873cf4) oxidecomputer/console#2610
* [d031c8ff](oxidecomputer/console@d031c8ff) bump playwright for navigation hang fix
* [dbd8545e](oxidecomputer/console@dbd8545e) oxidecomputer/console#2609
* [dc5562fe](oxidecomputer/console@dc5562fe) move error log to avoid failing to log certain errors
david-crespo added a commit to oxidecomputer/omicron that referenced this pull request Dec 14, 2024
oxidecomputer/console@927c8b6...c1ebd8d

* [c1ebd8d9](oxidecomputer/console@c1ebd8d9)
take inventory switches tab back out, DB is empty
* [2a139028](oxidecomputer/console@2a139028)
tone down empty switches table message
* [2b0c3f12](oxidecomputer/console@2b0c3f12)
oxidecomputer/console#2621
* [c1fbf631](oxidecomputer/console@c1fbf631)
oxidecomputer/console#2622
* [1dd25f63](oxidecomputer/console@1dd25f63)
oxidecomputer/console#2615
* [11486f8b](oxidecomputer/console@11486f8b)
oxidecomputer/console#2620
* [ada302ce](oxidecomputer/console@ada302ce)
oxidecomputer/console#2488
* [bc3161ae](oxidecomputer/console@bc3161ae)
minor: remove stub e2e test
* [9e1d53c6](oxidecomputer/console@9e1d53c6)
sentence case idp form heading
* [aaf1154f](oxidecomputer/console@aaf1154f)
add extra assert for instance create with additional disks test flake
* [79d610dc](oxidecomputer/console@79d610dc)
oxidecomputer/console#2618
* [bdbc02b7](oxidecomputer/console@bdbc02b7)
oxidecomputer/console#2589
* [7a8ee0ab](oxidecomputer/console@7a8ee0ab)
oxidecomputer/console#2614
* [0b5220a1](oxidecomputer/console@0b5220a1)
npm audit fix
* [0c873cf4](oxidecomputer/console@0c873cf4)
oxidecomputer/console#2610
* [d031c8ff](oxidecomputer/console@d031c8ff)
bump playwright for navigation hang fix
* [dbd8545e](oxidecomputer/console@dbd8545e)
oxidecomputer/console#2609
* [dc5562fe](oxidecomputer/console@dc5562fe)
move error log to avoid failing to log certain errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants