Commit ebb97dc
authored
Do not remove CLI when going back to workspaces view (#278)
* Do not remove CLI when going back to workspaces view
We set it when connecting so this results in no CLI being available (for
example if you go back and select a different or even the same
workspace).
Fixes #277.
* Bump version1 parent b84a413 commit ebb97dc
File tree
3 files changed
+4
-2
lines changed- src/main/kotlin/com/coder/gateway/views/steps
3 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
306 | | - | |
307 | 306 | | |
308 | 307 | | |
309 | 308 | | |
| |||
0 commit comments