1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Improving code readabilty

Signed-off-by: alexfront <alex.andreev.email@gmail.com>
This commit is contained in:
alexfront 2020-08-10 14:14:41 +03:00
parent de46907956
commit ec1ed63796

View File

@ -95,7 +95,7 @@ export class ClusterPrometheusSetting extends React.Component<Props> {
/>
<span className="hint">
An address to an existing Prometheus installation{" "}
(&lt;namespace&gt;/&lt;service&gt;:&lt;port&gt;). Lens tries to auto-detect address if left empty.
({'<namespace>/<service>:<port>'}). Lens tries to auto-detect address if left empty.
</span>
</>
)}