Commit e2d82a4
Firewall rule improvements (#1887)
* Table improvements
- Make name clickable
- Add direction column
- Improve action casing
* Firewall rule form improvements
* Use same labels as API
* Test titleCase
* Checkout `CheckboxGroup` from `ssh-key-select`
* Add `CheckboxGroupField`
* Remove unused prop
* Disable grouping (commas) on number field
* Fix test
* Actually fix test
* undo checkbox thing
* prefetch subnets and firewall rules, sort by priority, better col order
* Blocking out routes (incomplete)
* Revert "Blocking out routes (incomplete)"
This reverts commit 16deaac.
* remove redundant/incorrect test from chatgpt
* undo checkbox changes
* postpone clickable name until next PR
* epic e2e tests for fiddly hosts and targets tables, fix two bugs!
* do hosts and targets logic slightly nicer
---------
Co-authored-by: David Crespo <david.crespo@oxidecomputer.com>1 parent d6a67bd commit e2d82a4
File tree
8 files changed
+403
-211
lines changed- app
- components/form
- fields
- forms
- pages/project/networking/VpcPage
- tabs
- test/e2e
- libs/util
8 files changed
+403
-211
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
93 | 96 | | |
94 | 97 | | |
95 | 98 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
0 commit comments