You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add VPC and instance external IP to instance page (#1882)
* Add VPC and instance external IP to instance page
* Use slash as divider
* Adds copy button on instance external IP (#1885)
* Update copy to clipboard component
Uses new icon and snazzy animation
* Add copy to clipboard to external IP
* `CopyOnTruncate` component
* Add description to `CopyOnTruncate`
* Revert "Add description to `CopyOnTruncate`"
This reverts commit 4bf0bcc.
* Revert "`CopyOnTruncate` component"
This reverts commit e4a0107.
* basic externalIps table. every instance still has the same IP though
* make external IPs legit
* add file license
* fix fallback logic around no IPs
* skeleton cell component
* Give properties row a fixed height
* `EmptyCellContent` component instead of `—` directly
* extract ExternalIps component that doesn't know about primary
* put https on IP link
* remove external IP column from nics table, add asserts to e2e test
* put prefetches in Promise.all
* sneaky prefetch on VPC name
* share primary VPC ID logic
---------
Co-authored-by: David Crespo <david.crespo@oxidecomputer.com>
0 commit comments