mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
feat(site): add batch actions to the workspaces page (#9091)
This commit is contained in:
Generated
+4
-2
@@ -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": {
|
||||
|
||||
Generated
+4
-2
@@ -7214,7 +7214,8 @@
|
||||
"single_tailnet",
|
||||
"template_restart_requirement",
|
||||
"deployment_health_page",
|
||||
"template_parameters_insights"
|
||||
"template_parameters_insights",
|
||||
"workspaces_batch_actions"
|
||||
],
|
||||
"x-enum-varnames": [
|
||||
"ExperimentMoons",
|
||||
@@ -7223,7 +7224,8 @@
|
||||
"ExperimentSingleTailnet",
|
||||
"ExperimentTemplateRestartRequirement",
|
||||
"ExperimentDeploymentHealthPage",
|
||||
"ExperimentTemplateParametersInsights"
|
||||
"ExperimentTemplateParametersInsights",
|
||||
"ExperimentWorkspacesBatchActions"
|
||||
]
|
||||
},
|
||||
"codersdk.Feature": {
|
||||
|
||||
Reference in New Issue
Block a user