Commit 0b11ef1
committed
CNV-78079: move Virtual machine networks page to kubevirt-plugin
- moves Virtual machine networks page feature from networking-console-plugin to kubevirt-plugin
- add VLAN ID field validation (disable next step) in create VM network form
- show errors in Disconnect and Move VM modals
Other changes:
- updates UDN vs NAD constants. NAD spec.config uses lowercase for topology and role, UDN spec uses Capital case
- fix SelectTypeahead so children in options prop is optional
- MultiSelectTypeahead checkbox variant
- LabelList and LabelRow prop updates so the "Key" and "Value" titles don't need to be on top of each key + value text inputs
- add components from networking: ListErrorState, ExpandableProjectList
- add useProjectResources hook for fetching project K8sResourceCommon, not just project names (which useProjects does)1 parent d39844d commit 0b11ef1
File tree
95 files changed
+4443
-89
lines changed- locales
- en
- es
- fr
- ja
- ko
- zh
- src
- utils
- components
- ActionsDropdown
- ExpandableProjectList
- HardwareDevices/form
- MultiSelectTypeahead
- NetworkInterfaceModal
- components/hooks
- utils
- NodeSelectorModal/components
- SelectTypeahead
- StateHandler
- constants
- extensions/telemetry
- utils
- hooks
- models
- resources
- nad
- udn
- hooks
- utils
- views/vmnetworks
- actions
- components
- hooks
- utils
- details
- components
- hooks
- tabs
- ConnectedProjects
- hooks
- ConnectedVirtualMachines
- actions
- components
- hooks
- hooks
- form
- components
- hooks
- utils
- hooks
- list
- components
- LocalnetEmptyState
- hooks
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
95 files changed
+4443
-89
lines changedLarge diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
65 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
66 | 70 | | |
67 | 71 | | |
68 | 72 | | |
| |||
Lines changed: 49 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
0 commit comments