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 cd7dcb1787
commit df749ff54a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;