Add seconds properties to fields that are missing them

This commit is contained in:
Zachary McGibbon
2024-05-04 11:22:29 -04:00
parent 5fdd07ee68
commit 98a5779f9d
8 changed files with 28 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ export const Telemetry = (): JSX.Element => {
label: "Query Interval",
description: "Interval to get telemetry data",
properties: {
suffix: "seconds",
suffix: "Seconds",
},
},
{
@@ -41,7 +41,7 @@ export const Telemetry = (): JSX.Element => {
label: "Update Interval",
description: "How often to send Metrics over the mesh",
properties: {
suffix: "seconds",
suffix: "Seconds",
},
},
{