mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
Add namespaces to exec window (#15454)
This commit is contained in:
3
.changelog/15454.txt
Normal file
3
.changelog/15454.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
```release-note:bug
|
||||
ui: Fixed a bug where the exec window would not maintain namespace upon refresh
|
||||
```
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user