Updated mds to v0.2.5 (#2675)
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
"local-storage-fallback": "^4.1.1",
|
||||
"lodash": "^4.17.21",
|
||||
"luxon": "^3.2.1",
|
||||
"mds": "https://github.com/minio/mds.git#v0.2.4",
|
||||
"mds": "https://github.com/minio/mds.git#v0.2.5",
|
||||
"minio": "^7.0.32",
|
||||
"react": "^18.1.0",
|
||||
"react-chartjs-2": "^2.9.0",
|
||||
|
||||
@@ -205,7 +205,7 @@ const ListTiersConfiguration = ({ classes }: IListTiersConfig) => {
|
||||
flexDirection={"column"}
|
||||
display={"flex"}
|
||||
>
|
||||
<TierOnlineIcon />
|
||||
<TierOnlineIcon style={{ fill: "#4CCB92", width: 14, height: 14 }} />
|
||||
ONLINE
|
||||
</Grid>
|
||||
);
|
||||
@@ -222,7 +222,7 @@ const ListTiersConfiguration = ({ classes }: IListTiersConfig) => {
|
||||
flexDirection={"column"}
|
||||
display={"flex"}
|
||||
>
|
||||
<TierOfflineIcon />
|
||||
<TierOfflineIcon style={{ fill: "#C83B51", width: 14, height: 14 }} />
|
||||
OFFLINE
|
||||
</Grid>
|
||||
);
|
||||
|
||||
@@ -100,7 +100,7 @@ const WebhookSettings = ({
|
||||
fontSize: "8px",
|
||||
}}
|
||||
>
|
||||
<TierOnlineIcon style={{ fill: "#4CCB92" }} />
|
||||
<TierOnlineIcon style={{ fill: "#4CCB92", width: 14, height: 14 }} />
|
||||
Enabled
|
||||
</Grid>
|
||||
);
|
||||
@@ -117,7 +117,7 @@ const WebhookSettings = ({
|
||||
fontSize: "8px",
|
||||
}}
|
||||
>
|
||||
<TierOfflineIcon style={{ fill: "#C83B51" }} />
|
||||
<TierOfflineIcon style={{ fill: "#C83B51", width: 14, height: 14 }} />
|
||||
Disabled
|
||||
</Grid>
|
||||
);
|
||||
|
||||
@@ -8178,9 +8178,9 @@ mdn-data@2.0.4:
|
||||
resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.4.tgz#699b3c38ac6f1d728091a64650b65d388502fd5b"
|
||||
integrity sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==
|
||||
|
||||
"mds@https://github.com/minio/mds.git#v0.2.4":
|
||||
version "0.2.4"
|
||||
resolved "https://github.com/minio/mds.git#5a3df96377f053c8fd8ee73f8d56315f49293d82"
|
||||
"mds@https://github.com/minio/mds.git#v0.2.5":
|
||||
version "0.2.5"
|
||||
resolved "https://github.com/minio/mds.git#2df0dd701d2d0b93715ed95cb2feecc966eb2bf4"
|
||||
dependencies:
|
||||
"@types/styled-components" "^5.1.25"
|
||||
detect-gpu "^5.0.10"
|
||||
|
||||
Reference in New Issue
Block a user