Skip to content

Commit

Permalink
Add namespaces to exec window (#15454)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrenaud committed Dec 2, 2022
1 parent d254292 commit 2d4611a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/15454.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
ui: Fixed a bug where the exec window would not maintain namespace upon refresh
```
2 changes: 1 addition & 1 deletion ui/app/controllers/exec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2d4611a

Please sign in to comment.