From d359dc5b0916c1c8db7fc728d8bbc42b67e9f2ba Mon Sep 17 00:00:00 2001 From: Jens L Date: Mon, 17 Jul 2023 23:07:24 +0200 Subject: [PATCH] enterprise: revise (#6272) * web/admin: fix small enterprise things Signed-off-by: Jens Langhammer * make website user branding consistent Signed-off-by: Jens Langhammer --------- Signed-off-by: Jens Langhammer --- .../enterprise/EnterpriseLicenseListPage.ts | 66 +++++++++---------- website/src/pages/pricing/index.jsx | 6 +- 2 files changed, 35 insertions(+), 37 deletions(-) diff --git a/web/src/admin/enterprise/EnterpriseLicenseListPage.ts b/web/src/admin/enterprise/EnterpriseLicenseListPage.ts index b3c555098..b97dc0f68 100644 --- a/web/src/admin/enterprise/EnterpriseLicenseListPage.ts +++ b/web/src/admin/enterprise/EnterpriseLicenseListPage.ts @@ -131,47 +131,45 @@ export class EnterpriseLicenseListPage extends TablePage { class="pf-l-grid pf-m-gutter pf-m-all-6-col-on-sm pf-m-all-4-col-on-md pf-m-all-3-col-on-lg pf-m-all-3-col-on-xl" >
-
${msg("How to get a license")}
+
${msg("Get a license")}
${this.installID ? html` ${msg("Go to the customer portal")}${msg("Go to Customer Portal")}` : html``}
-
- - ${this.forecast?.users} - -
-
- - ${this.forecast?.externalUsers} - -
-
- - ${this.summary?.hasLicense - ? this.summary.latestValid.toLocaleString() - : "-"} - -
+ + + ~ ${this.forecast?.users} + + + ~ ${this.forecast?.externalUsers} + + + ${this.summary?.hasLicense + ? this.summary.latestValid.toLocaleString() + : "-"} + `; @@ -212,10 +210,10 @@ export class EnterpriseLicenseListPage extends TablePage { renderObjectCreate(): TemplateResult { return html` - ${msg("Create")} - ${msg("Create License")} + ${msg("Install")} + ${msg("Install License")} - + `; } diff --git a/website/src/pages/pricing/index.jsx b/website/src/pages/pricing/index.jsx index 819849cf1..553e21a58 100644 --- a/website/src/pages/pricing/index.jsx +++ b/website/src/pages/pricing/index.jsx @@ -57,7 +57,7 @@ export default function pricingPage() {

- $5 /internal user/month + $5 /default user/month

$0.02{" "} @@ -129,8 +129,8 @@ export default function pricingPage() { body="We only offer support as part of an enterprise license. You can get community support on GitHub and Discord for the open-source version." />