feat(site): add batch actions to the workspaces page (#9091)

This commit is contained in:
Bruno Quaresma
2023-08-15 12:57:39 -03:00
committed by GitHub
parent c2c9da7db0
commit 4058f049af
17 changed files with 506 additions and 148 deletions

6
coderd/apidoc/docs.go generated
View File

@ -8055,7 +8055,8 @@ const docTemplate = `{
"single_tailnet",
"template_restart_requirement",
"deployment_health_page",
"template_parameters_insights"
"template_parameters_insights",
"workspaces_batch_actions"
],
"x-enum-varnames": [
"ExperimentMoons",
@ -8064,7 +8065,8 @@ const docTemplate = `{
"ExperimentSingleTailnet",
"ExperimentTemplateRestartRequirement",
"ExperimentDeploymentHealthPage",
"ExperimentTemplateParametersInsights"
"ExperimentTemplateParametersInsights",
"ExperimentWorkspacesBatchActions"
]
},
"codersdk.Feature": {