diff --git a/portal-ui/public/verified.svg b/portal-ui/public/verified.svg index a56bab9f2..54234e047 100644 --- a/portal-ui/public/verified.svg +++ b/portal-ui/public/verified.svg @@ -1 +1,58 @@ - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/portal-ui/src/screens/Console/License/License.tsx b/portal-ui/src/screens/Console/License/License.tsx index 1b8675c84..19d059f8b 100644 --- a/portal-ui/src/screens/Console/License/License.tsx +++ b/portal-ui/src/screens/Console/License/License.tsx @@ -14,7 +14,7 @@ // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see . -import React, { useEffect, useState, Fragment } from "react"; +import React, { Fragment, useEffect, useState } from "react"; import { connect } from "react-redux"; import { Theme } from "@mui/material/styles"; import createStyles from "@mui/styles/createStyles"; @@ -22,7 +22,6 @@ import withStyles from "@mui/styles/withStyles"; import { CircularProgress, LinearProgress } from "@mui/material"; import clsx from "clsx"; import Grid from "@mui/material/Grid"; -import Paper from "@mui/material/Paper"; import Button from "@mui/material/Button"; import Moment from "react-moment"; import Typography from "@mui/material/Typography"; @@ -32,7 +31,7 @@ import { AppState } from "../../../store"; import { niceBytes } from "../../../common/utils"; import { ErrorResponseHandler } from "../../../common/types"; import { containerForHeader } from "../Common/FormComponents/common/styleLibrary"; -import { planDetails, planItems, planButtons } from "./utils"; +import { planButtons, planDetails, planItems } from "./utils"; import PageHeader from "../Common/PageHeader/PageHeader"; import ActivationModal from "./ActivationModal"; import LicenseModal from "./LicenseModal"; @@ -259,10 +258,12 @@ const styles = (theme: Theme) => width: "100%", height: "100%", }, - licenseInfo: { color: "#FFFFFF", position: "relative" }, + licenseInfo: { + position: "relative", + }, licenseInfoTitle: { textTransform: "none", - color: "#BFBFBF", + color: "#999999", fontSize: 11, }, licenseInfoValue: { @@ -300,7 +301,7 @@ const styles = (theme: Theme) => backgroundColor: "#07193E", }, subnetSubTitle: { - fontSize: 12, + fontSize: 14, }, verifiedIcon: { width: 96, @@ -587,16 +588,12 @@ const License = ({ classes, operatorMode }: ILicenseProps) => { {licenseInfo ? ( - - + + Login to MinIO SUBNET ! It combines a commercial license with a support @@ -637,7 +634,7 @@ const License = ({ classes, operatorMode }: ILicenseProps) => { )} )} - + ) : (