Commit 4056ef7
authored
Fix dropdown selection in admin cluster detail view (#1558)
Summary: A wrong variable reference was causing "unknown cluster" to be
selected instead of what the user clicked.
Relevant Issues: N/A
Type of change: /kind bugfix
Test Plan: Visit `/admin/clusters`. Click one. In the dialog that comes
up, use the dropdown in the top left to choose another.
Now, it should reload the dialog with info for the new cluster
correctly.
Signed-off-by: Nick Lanam <nlanam@pixielabs.ai>1 parent 891c1d8 commit 4056ef7
File tree
1 file changed
+3
-3
lines changed- src/ui/src/containers/admin/cluster-details
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
0 commit comments