8000 feat: support `order` property of `coder_app` resource by mtojek · Pull Request #12077 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

feat: support order property of coder_app resource #12077

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Feb 12, 2024
Prev Previous commit
Next Next commit
provisionerGenerated
  • Loading branch information
mtojek committed Feb 9, 2024
commit d00952454591272dbc2168aca9ef0f4ddd119bc4
1 change: 1 addition & 0 deletions site/e2e/provisionerGenerated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ export interface App {
healthcheck: Healthcheck | undefined;
sharingLevel: AppSharingLevel;
external: boolean;
order: number;
}

/** Healthcheck represents configuration for checking for app readiness. */
Expand Down
0