Skip to content

chore: indicate premium vs enterprise on license page #14008

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 4 commits into from
Jul 25, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
number 1 is checked in tests
  • Loading branch information
Emyrk committed Jul 25, 2024
commit d634c3e3a4c67279b749557b19a1b1f6944e57a6
4 changes: 2 additions & 2 deletions site/src/testHelpers/entities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2568,7 +2568,7 @@ export const MockWorkspaceAgentLogs: TypesGen.WorkspaceAgentLog[] = [

export const MockLicenseResponse: GetLicensesResponse[] = [
{
id: 2,
id: 1,
uploaded_at: "1660104000",
expires_at: "3420244800", // expires on 5/20/2078
uuid: "1",
Expand All @@ -2582,7 +2582,7 @@ export const MockLicenseResponse: GetLicensesResponse[] = [
},
},
{
id: 3,
id: 1,
uploaded_at: "1660104000",
expires_at: "3420244800", // expires on 5/20/2078
uuid: "1",
Expand Down
Loading