File tree Expand file tree Collapse file tree 1 file changed +29
-24
lines changed
portal-ui/src/screens/Console/Dashboard/BasicDashboard Expand file tree Collapse file tree 1 file changed +29
-24
lines changed Original file line number Diff line number Diff line change @@ -242,39 +242,44 @@ const BasicDashboard = ({ classes, usage }: IDashboardProps) => {
242242 </ Grid >
243243 </ Grid >
244244 < Grid
245- container
246- justifyContent = { "center" }
247- alignContent = { "center" }
248- alignItems = { "center" }
249- >
250- < Grid item xs = { 8 } >
245+ container
246+ justifyContent = { "center" }
247+ alignContent = { "center" }
248+ alignItems = { "center" }
249+ >
250+ < Grid item xs = { 8 } >
251251 < HelpBox
252- iconComponent = { < PrometheusIcon /> }
253- title = { "Monitoring" }
254- help = {
255- < Fragment >
256- The MinIO Dashboard is displaying basic metrics only due to missing the{ " " }
257- < a
258- href = "https://docs.min.io/minio/baremetal/console/minio-console.html#configuration"
252+ iconComponent = { < PrometheusIcon /> }
253+ title = { "Monitoring" }
254+ help = {
255+ < Fragment >
256+ The MinIO Dashboard is displaying basic metrics only due to
257+ missing the{ " " }
258+ < a
259+ href = "https://docs.min.io/minio/baremetal/console/minio-console.html?ref=con#configuration"
259260 target = "_blank"
260261 rel = "noreferrer"
261- > necessary settings
262- </ a >
263- { " " } for displaying extended metrics.
262+ >
263+ necessary settings
264+ </ a > { " " }
265+ for displaying extended metrics.
264266 < br />
265267 < br />
266- See < a
267- href = "https://docs.min.io/minio/baremetal/monitoring/metrics-alerts/collect-minio-metrics-using-prometheus.html#minio-metrics-collect-using-prometheus"
268+ See{ " " }
269+ < a
270+ href = "https://docs.min.io/minio/baremetal/monitoring/metrics-alerts/collect-minio-metrics-using-prometheus.html?ref=con#minio-metrics-collect-using-prometheus"
268271 target = "_blank"
269272 rel = "noreferrer"
270- > Collect MinIO Metrics Using Prometheus
271- </ a >
272- { " " } for a complete tutorial on scraping and visualizing MinIO metrics with Prometheus.
273+ >
274+ Collect MinIO Metrics Using Prometheus
275+ </ a > { " " }
276+ for a complete tutorial on scraping and visualizing MinIO
277+ metrics with Prometheus.
273278 </ Fragment >
274- }
275- />
276- </ Grid >
279+ }
280+ />
277281 </ Grid >
282+ </ Grid >
278283 </ Fragment >
279284 ) ;
280285} ;
You can’t perform that action at this time.
0 commit comments