Skip to content

Tags: oxidecomputer/console

Tags

omicron

Toggle omicron's commit message
pinned commit on omicron main

v12

Toggle v12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Display full sled policy in table (#2624)

* make sled policy column display the right data

* use beautiful column grouping

* fix the e2es

* make display more like API data

v11

Toggle v11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Allow ReactElements to be used in Combobox dropdowns (#2474)

Co-authored-by: David Crespo <david.crespo@oxidecomputer.com>

v10

Toggle v10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Rename "status" columns to more correct "state" (#2395)

rename status to state everywhere it's appropriate

v9

Toggle v9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update guide link titles (#2316)

update guide links titles to match new guide titles on docs site

v8

Toggle v8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add firewall rules column to VPCs table (#2218)

add firewall rules column to vpcs table

v7

Toggle v7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Proof of concept: Take column logic out of QueryTable (#2110)

* fix IP pool bug by not doing the bad columns thing

* take that delay back out!

* time created column header

* shorter defaultCell

* try adding an assert before goBack for safari failures

* neater linkCell

* convert disks table to useQueryTable2 to test pagination

* add useColWithActions to make adding actions column cleaner