mirror of
https://github.com/coder/coder.git
synced 2025-07-08 11:39:50 +00:00
feat: Implement parameters list + more template list columns (#2359)
* feat: Implement parameters list - Allow more columns on template list * Hide param list by default for now
This commit is contained in:
@ -14,8 +14,9 @@ import (
|
||||
type ParameterScope string
|
||||
|
||||
const (
|
||||
ParameterTemplate ParameterScope = "template"
|
||||
ParameterWorkspace ParameterScope = "workspace"
|
||||
ParameterTemplate ParameterScope = "template"
|
||||
ParameterWorkspace ParameterScope = "workspace"
|
||||
ParameterScopeImportJob ParameterScope = "import_job"
|
||||
)
|
||||
|
||||
type ParameterSourceScheme string
|
||||
|
Reference in New Issue
Block a user