From 6404169c104e2c0f9afde39ddfe69de24c3e6d2d Mon Sep 17 00:00:00 2001 From: Kaan Kabalak Date: Mon, 14 Aug 2023 19:24:44 +0300 Subject: [PATCH] Replace instances of ref=con with ref=op (#1723) * Replace instances of ref=con with ref=op As this is the Operator repo, the value of the query parameter needs to be 'op' instead of 'con' (which signifies Console) --- web-app/src/common/Copyright.tsx | 2 +- .../Console/Common/DistributedOnly/DistributedOnly.tsx | 2 +- .../src/screens/Console/License/LicenseConsentModal.tsx | 2 +- web-app/src/screens/Console/License/LicenseFAQ.tsx | 2 +- web-app/src/screens/Console/License/utils.tsx | 6 +++--- web-app/src/screens/Console/Support/RegisterHelpBox.tsx | 2 +- web-app/src/screens/Console/Support/utils.tsx | 2 +- web-app/src/screens/LoginPage/LoginPage.tsx | 9 ++++----- 8 files changed, 13 insertions(+), 14 deletions(-) diff --git a/web-app/src/common/Copyright.tsx b/web-app/src/common/Copyright.tsx index 510a6a558ec..7ab4083dae1 100644 --- a/web-app/src/common/Copyright.tsx +++ b/web-app/src/common/Copyright.tsx @@ -22,7 +22,7 @@ export default function Copyright() { return ( {"Copyright © "} - + MinIO {" "} {new Date().getFullYear()} diff --git a/web-app/src/screens/Console/Common/DistributedOnly/DistributedOnly.tsx b/web-app/src/screens/Console/Common/DistributedOnly/DistributedOnly.tsx index 29f628ef9a4..aa75ee392af 100644 --- a/web-app/src/screens/Console/Common/DistributedOnly/DistributedOnly.tsx +++ b/web-app/src/screens/Console/Common/DistributedOnly/DistributedOnly.tsx @@ -51,7 +51,7 @@ const DistributedOnly = ({ iconComponent, entity }: IDistributedOnly) => {
Please deploy a server in{" "} diff --git a/web-app/src/screens/Console/License/LicenseConsentModal.tsx b/web-app/src/screens/Console/License/LicenseConsentModal.tsx index 4f57c42ce6a..10d03a0cbe4 100644 --- a/web-app/src/screens/Console/License/LicenseConsentModal.tsx +++ b/web-app/src/screens/Console/License/LicenseConsentModal.tsx @@ -93,7 +93,7 @@ const LicenseConsentModal = ({ the license obligations, we offer a commercial license which is available here:{" "} diff --git a/web-app/src/screens/Console/License/LicenseFAQ.tsx b/web-app/src/screens/Console/License/LicenseFAQ.tsx index 0f47868441e..a74b71c85a5 100644 --- a/web-app/src/screens/Console/License/LicenseFAQ.tsx +++ b/web-app/src/screens/Console/License/LicenseFAQ.tsx @@ -35,7 +35,7 @@ const LicenseFAQ = () => { Foundation and the Open Source Initiative. You can get a copy of the GNU AGPL v3 license with MinIO source code or at  diff --git a/web-app/src/screens/Console/License/utils.tsx b/web-app/src/screens/Console/License/utils.tsx index 2a0ef7f8c8f..ad1e92c594b 100644 --- a/web-app/src/screens/Console/License/utils.tsx +++ b/web-app/src/screens/Console/License/utils.tsx @@ -37,7 +37,7 @@ type FeatureItem = { const FeatureLink = ({ text, anchor }: { text: string; anchor: string }) => { return ( {" "} {" "} { icon={} description={ { color: "#2781B0", cursor: "pointer", }} - href="https://min.io/docs/minio/linux/reference/minio-mc-admin/mc-admin-config.html?ref=con" + href="https://min.io/docs/minio/linux/reference/minio-mc-admin/mc-admin-config.html?ref=op" target="_blank" > configure a proxy diff --git a/web-app/src/screens/LoginPage/LoginPage.tsx b/web-app/src/screens/LoginPage/LoginPage.tsx index 3b1fc3f0531..99f62673972 100644 --- a/web-app/src/screens/LoginPage/LoginPage.tsx +++ b/web-app/src/screens/LoginPage/LoginPage.tsx @@ -468,10 +468,9 @@ const Login = () => { const logoVar = getLogoVar(); - let docsURL = "https://min.io/docs/minio/linux/index.html?ref=con"; + let docsURL = "https://min.io/docs/minio/linux/index.html?ref=op"; if (isK8S) { - docsURL = - "https://min.io/docs/minio/kubernetes/upstream/index.html?ref=con"; + docsURL = "https://min.io/docs/minio/kubernetes/upstream/index.html?ref=op"; } return ( @@ -496,7 +495,7 @@ const Login = () => { | @@ -504,7 +503,7 @@ const Login = () => { |