File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Configurations/TiersConfiguration
EventDestinations/WebhookSettings Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 30
30
"local-storage-fallback" : " ^4.1.1" ,
31
31
"lodash" : " ^4.17.21" ,
32
32
"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 " ,
34
34
"minio" : " ^7.0.32" ,
35
35
"react" : " ^18.1.0" ,
36
36
"react-chartjs-2" : " ^2.9.0" ,
Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ const ListTiersConfiguration = ({ classes }: IListTiersConfig) => {
205
205
flexDirection = { "column" }
206
206
display = { "flex" }
207
207
>
208
- < TierOnlineIcon />
208
+ < TierOnlineIcon style = { { fill : "#4CCB92" , width : 14 , height : 14 } } />
209
209
ONLINE
210
210
</ Grid >
211
211
) ;
@@ -222,7 +222,7 @@ const ListTiersConfiguration = ({ classes }: IListTiersConfig) => {
222
222
flexDirection = { "column" }
223
223
display = { "flex" }
224
224
>
225
- < TierOfflineIcon />
225
+ < TierOfflineIcon style = { { fill : "#C83B51" , width : 14 , height : 14 } } />
226
226
OFFLINE
227
227
</ Grid >
228
228
) ;
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ const WebhookSettings = ({
100
100
fontSize : "8px" ,
101
101
} }
102
102
>
103
- < TierOnlineIcon style = { { fill : "#4CCB92" } } />
103
+ < TierOnlineIcon style = { { fill : "#4CCB92" , width : 14 , height : 14 } } />
104
104
Enabled
105
105
</ Grid >
106
106
) ;
@@ -117,7 +117,7 @@ const WebhookSettings = ({
117
117
fontSize : "8px" ,
118
118
} }
119
119
>
120
- < TierOfflineIcon style = { { fill : "#C83B51" } } />
120
+ < TierOfflineIcon style = { { fill : "#C83B51" , width : 14 , height : 14 } } />
121
121
Disabled
122
122
</ Grid >
123
123
) ;
Original file line number Diff line number Diff line change @@ -8178,9 +8178,9 @@ mdn-data@2.0.4:
8178
8178
resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.4.tgz#699b3c38ac6f1d728091a64650b65d388502fd5b"
8179
8179
integrity sha512-iV3XNKw06j5Q7mi6h+9vbx23Tv7JkjEVgKHW4pimwyDGWm0OIQntJJ+u1C6mg6mK1EaTv42XQ7w76yuzH7M2cA==
8180
8180
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 "
8184
8184
dependencies:
8185
8185
"@types/styled-components" "^5.1.25"
8186
8186
detect-gpu "^5.0.10"
You can’t perform that action at this time.
0 commit comments