mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
feat: persist app groups in the database (#17977)
This commit is contained in:
@ -83,6 +83,7 @@ type WorkspaceApp struct {
|
||||
// Healthcheck specifies the configuration for checking app health.
|
||||
Healthcheck Healthcheck `json:"healthcheck,omitempty"`
|
||||
Health WorkspaceAppHealth `json:"health"`
|
||||
Group string `json:"group,omitempty"`
|
||||
Hidden bool `json:"hidden"`
|
||||
OpenIn WorkspaceAppOpenIn `json:"open_in"`
|
||||
|
||||
|
Reference in New Issue
Block a user