mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
feat(site): add batch actions to the workspaces page (#9091)
This commit is contained in:
6
coderd/apidoc/docs.go
generated
6
coderd/apidoc/docs.go
generated
@ -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": {
|
||||
|
Reference in New Issue
Block a user