File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
site/src/pages/CreateWorkspacePage Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -307,12 +307,11 @@ export const CreateWorkspacePageView: FC<CreateWorkspacePageViewProps> = ({
307
307
308
308
< FormSection title = "" description = "" >
309
309
< FormFields >
310
- { /* TODO (SasSwart):
311
- Is this a scenario that can occur for free-tier users? They have a default organisation and no external provisioners as far as I know.
312
- Nothing stops them from using a template with tags defined. Will those tags interfere with job selection on internal provisioners?
313
- */ }
314
310
{ /* TODO (SasSwart):
315
311
There are multiple error scenarios here. Do they each need specific copy, or is a general message fine?
312
+ * If a free tier user with no organisations or external provisioners uses a template which requires tags:
313
+ * can they provide tags to the internal provisioners to accept the job?
314
+ * If not, the alert copy below will be confusing, because they don't use the organisations feature and we mention it.
316
315
* Could there be no provisioners whatsoever, or do we always expect at least the internal provisioners to run?
317
316
* There may be provisioners, but none with the requisite tags.
318
317
* There may be provisioners with the requisite tags, but they may not have been seen by coderd for more an unacceptable duration
You can’t perform that action at this time.
0 commit comments