Skip to content

Commit

Permalink
Merge 502e5b0 into backport/13921-ui-job-exec-window-refresh-for-jobs…
Browse files Browse the repository at this point in the history
…-in-non-default-namespaces/happily-teaching-cattle
  • Loading branch information
hc-github-team-nomad-core authored Dec 2, 2022
2 parents 513bf8b + 502e5b0 commit 690a010
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 690a010

Please sign in to comment.