Skip to content

feat: Allow user to cancel workspace jobs #5115

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
Nov 21, 2022
Prev Previous commit
Next Next commit
Fix: make fmt/prettier
  • Loading branch information
mtojek committed Nov 17, 2022
commit 73431c9d63d1df385be92b5f67434ff04b7411e0
3 changes: 2 additions & 1 deletion site/src/testHelpers/entities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,8 @@ export const MockWorkspace: TypesGen.Workspace = {
template_name: MockTemplate.name,
template_icon: MockTemplate.icon,
template_display_name: MockTemplate.display_name,
template_allow_user_cancel_workspace_jobs: MockTemplate.allow_user_cancel_workspace_jobs,
template_allow_user_cancel_workspace_jobs:
MockTemplate.allow_user_cancel_workspace_jobs,
outdated: false,
owner_id: MockUser.id,
owner_name: MockUser.username,
Expand Down