Skip to content

Commit 6c0e7ba

Browse files
authored
Updated mds to v0.2.5 (#2675)
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
1 parent 09fe3af commit 6c0e7ba

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

portal-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"local-storage-fallback": "^4.1.1",
3131
"lodash": "^4.17.21",
3232
"luxon": "^3.2.1",
33-
"mds": "https://github.com/minio/mds.git#v0.2.4",
33+
"mds": "https://github.com/minio/mds.git#v0.2.5",
3434
"minio": "^7.0.32",
3535
"react": "^18.1.0",
3636
"react-chartjs-2": "^2.9.0",

portal-ui/src/screens/Console/Configurations/TiersConfiguration/ListTiersConfiguration.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ const ListTiersConfiguration = ({ classes }: IListTiersConfig) => {
205205
flexDirection={"column"}
206206
display={"flex"}
207207
>
208-
<TierOnlineIcon />
208+
<TierOnlineIcon style={{ fill: "#4CCB92", width: 14, height: 14 }} />
209209
ONLINE
210210
</Grid>
211211
);
@@ -222,7 +222,7 @@ const ListTiersConfiguration = ({ classes }: IListTiersConfig) => {
222222
flexDirection={"column"}
223223
display={"flex"}
224224
>
225-
<TierOfflineIcon />
225+
<TierOfflineIcon style={{ fill: "#C83B51", width: 14, height: 14 }} />
226226
OFFLINE
227227
</Grid>
228228
);

portal-ui/src/screens/Console/EventDestinations/WebhookSettings/WebhookSettings.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ const WebhookSettings = ({
100100
fontSize: "8px",
101101
}}
102102
>
103-
<TierOnlineIcon style={{ fill: "#4CCB92" }} />
103+
<TierOnlineIcon style={{ fill: "#4CCB92", width: 14, height: 14 }} />
104104
Enabled
105105
</Grid>
106106
);
@@ -117,7 +117,7 @@ const WebhookSettings = ({
117117
fontSize: "8px",
118118
}}
119119
>
120-
<TierOfflineIcon style={{ fill: "#C83B51" }} />
120+
<TierOfflineIcon style={{ fill: "#C83B51", width: 14, height: 14 }} />
121121
Disabled
122122
</Grid>
123123
);

portal-ui/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8178,9 +8178,9 @@ mdn-data@2.0.4:
81788178
resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.4.tgz#699b3c38ac6f1d728091a64650b65d388502fd5b"
81798179
integrity sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==
81808180

8181-
"mds@https://github.com/minio/mds.git#v0.2.4":
8182-
version "0.2.4"
8183-
resolved "https://github.com/minio/mds.git#5a3df96377f053c8fd8ee73f8d56315f49293d82"
8181+
"mds@https://github.com/minio/mds.git#v0.2.5":
8182+
version "0.2.5"
8183+
resolved "https://github.com/minio/mds.git#2df0dd701d2d0b93715ed95cb2feecc966eb2bf4"
81848184
dependencies:
81858185
"@types/styled-components" "^5.1.25"
81868186
detect-gpu "^5.0.10"

0 commit comments

Comments
 (0)