Add namespaces to exec window (#15454)
This commit is contained in:
parent
cd7dcb1787
commit
df749ff54a
|
@ -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 system;
|
||||||
@service token;
|
@service token;
|
||||||
|
|
||||||
queryParams = ['allocation'];
|
queryParams = ['allocation', 'namespace'];
|
||||||
|
|
||||||
@localStorageProperty('nomadExecCommand', '/bin/bash') command;
|
@localStorageProperty('nomadExecCommand', '/bin/bash') command;
|
||||||
socketOpen = false;
|
socketOpen = false;
|
||||||
|
|
Loading…
Reference in New Issue