mirror of https://github.com/portainer/portainer
fix metrics text wordings (#10939)
parent
bb680ef20a
commit
0e6a175bf6
|
@ -25,8 +25,9 @@ export function EnableMetricsInput({ value, error, environmentId }: Props) {
|
||||||
<div className="mb-4">
|
<div className="mb-4">
|
||||||
<TextTip color="blue">
|
<TextTip color="blue">
|
||||||
<p>
|
<p>
|
||||||
Enabling this feature will allow users to use specific features like
|
Enabling the metrics feature will allow users to use specific
|
||||||
autoscaling and to see container and node resource usage.
|
functionality like autoscaling and to see container and node resource
|
||||||
|
usage.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Ensure that
|
Ensure that
|
||||||
|
|
Loading…
Reference in New Issue