Remove MinIO backward-compat aliases — full rebrand complete
This commit is contained in:
Vendored
+2
-2
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
||||
import React from "react";
|
||||
export interface ApplicationLogoProps {
|
||||
applicationName: "console" | "operator" | "directpv" | "kes" | "subnet" | "subnetops" | "cloud" | "releases" | "vmbroker" | "eureka" | "kms" | "loadbalancer" | "index" | "cache" | "monitor" | "observe" | "missioncontrol" | "globalconsole" | "storage" | "minio" | "enterprise" | "aistor";
|
||||
applicationName: "console" | "operator" | "directpv" | "kes" | "subnet" | "subnetops" | "cloud" | "releases" | "vmbroker" | "eureka" | "kms" | "loadbalancer" | "index" | "cache" | "monitor" | "observe" | "missioncontrol" | "globalconsole" | "storage" | "enterprise" | "aistor";
|
||||
subVariant?: "simple" | "AGPL" | "standard" | "enterprise" | "new" | "enterpriseos" | "enterpriseosvertical" | "horizontal";
|
||||
inverse?: boolean;
|
||||
onClick?: React.MouseEventHandler<any> | undefined;
|
||||
|
||||
-2
@@ -19,7 +19,6 @@ export { default as ChangeAccessPolicyIcon } from "./ChangeAccessPolicyIcon";
|
||||
export { default as ServersIcon } from "./ServersIcon";
|
||||
export { default as ClosePanelIcon } from "./ClosePanelIcon";
|
||||
export { default as StorageTierIconXs } from "./StorageTierIconXs";
|
||||
export { default as MinIOTierIconXs } from "./StorageTierIconXs";
|
||||
export { default as DashboardIcon } from "./DashboardIcon";
|
||||
export { default as ClustersIcon } from "./ClustersIcon";
|
||||
export { default as MirroringIcon } from "./MirroringIcon";
|
||||
@@ -59,7 +58,6 @@ export { default as OnlineRegistrationIcon } from "./OnlineRegistrationIcon";
|
||||
export { default as DiagnosticsIcon } from "./DiagnosticsIcon";
|
||||
export { default as ObjectBrowser1Icon } from "./ObjectBrowser1Icon";
|
||||
export { default as StorageTierIcon } from "./StorageTierIcon";
|
||||
export { default as MinIOTierIcon } from "./StorageTierIcon";
|
||||
export { default as WarpIcon } from "./WarpIcon";
|
||||
export { default as CopyIcon } from "./CopyIcon";
|
||||
export { default as OpenListIcon } from "./OpenListIcon";
|
||||
|
||||
Vendored
+2
-2
File diff suppressed because one or more lines are too long
@@ -120,7 +120,6 @@ const ApplicationLogo: FC<ApplicationLogoProps> = ({
|
||||
default:
|
||||
return <AIStorTag inverse={!!inverse} onClick={onClick} />;
|
||||
}
|
||||
case "minio":
|
||||
case "storage":
|
||||
switch (subVariant) {
|
||||
case "enterprise":
|
||||
|
||||
@@ -37,7 +37,6 @@ export interface ApplicationLogoProps {
|
||||
| "missioncontrol"
|
||||
| "globalconsole"
|
||||
| "storage"
|
||||
| "minio"
|
||||
| "enterprise"
|
||||
| "aistor";
|
||||
subVariant?:
|
||||
|
||||
@@ -35,7 +35,6 @@ export { default as ChangeAccessPolicyIcon } from "./ChangeAccessPolicyIcon";
|
||||
export { default as ServersIcon } from "./ServersIcon";
|
||||
export { default as ClosePanelIcon } from "./ClosePanelIcon";
|
||||
export { default as StorageTierIconXs } from "./StorageTierIconXs";
|
||||
export { default as MinIOTierIconXs } from "./StorageTierIconXs";
|
||||
export { default as DashboardIcon } from "./DashboardIcon";
|
||||
export { default as ClustersIcon } from "./ClustersIcon";
|
||||
export { default as MirroringIcon } from "./MirroringIcon";
|
||||
@@ -75,7 +74,6 @@ export { default as OnlineRegistrationIcon } from "./OnlineRegistrationIcon";
|
||||
export { default as DiagnosticsIcon } from "./DiagnosticsIcon";
|
||||
export { default as ObjectBrowser1Icon } from "./ObjectBrowser1Icon";
|
||||
export { default as StorageTierIcon } from "./StorageTierIcon";
|
||||
export { default as MinIOTierIcon } from "./StorageTierIcon";
|
||||
export { default as WarpIcon } from "./WarpIcon";
|
||||
export { default as CopyIcon } from "./CopyIcon";
|
||||
export { default as OpenListIcon } from "./OpenListIcon";
|
||||
|
||||
Reference in New Issue
Block a user