Add namespaces to exec window (#15454)

This commit is contained in:
Phil Renaud
2022-12-02 15:38:01 -05:00
committed by GitHub
parent d25429269b
commit 2d4611a00c
2 changed files with 4 additions and 1 deletions

3
.changelog/15454.txt Normal file
View File

@@ -0,0 +1,3 @@
```release-note:bug
ui: Fixed a bug where the exec window would not maintain namespace upon refresh
```

View File

@@ -17,7 +17,7 @@ export default class ExecController extends Controller {
@service system;
@service token;
queryParams = ['allocation'];
queryParams = ['allocation', 'namespace'];
@localStorageProperty('nomadExecCommand', '/bin/bash') command;
socketOpen = false;