Skip to content

Commit

Permalink
Exec does not seem to have been updated when we added namespaces expl…
Browse files Browse the repository at this point in the history
…icitly
  • Loading branch information
philrenaud committed Dec 2, 2022
1 parent b352225 commit fc167ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ui/app/controllers/exec.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ 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 fc167ed

Please sign in to comment.