Updating (s) in labels to (seconds)

This commit is contained in:
silversword411
2021-03-26 22:48:13 -04:00
parent 6f43e61c24
commit 9078ff27d8
7 changed files with 8 additions and 8 deletions

View File

@@ -56,7 +56,7 @@
/>
</div>
<div class="col-2">Failure action timeout (s)</div>
<div class="col-2">Failure action timeout (seconds)</div>
<div class="col-10">
<q-input
outlined
@@ -108,7 +108,7 @@
/>
</div>
<div class="col-2">Resolved action timeout (s)</div>
<div class="col-2">Resolved action timeout (seconds)</div>
<div class="col-10">
<q-input
outlined

View File

@@ -42,7 +42,7 @@
outlined
type="number"
v-model.number="cpuloadcheck.run_interval"
label="Check run interval (s)"
label="Check run interval (seconds)"
hint="Setting this will override the check run interval on the agent"
/>
</q-card-section>

View File

@@ -120,7 +120,7 @@
dense
type="number"
v-model.number="eventlogcheck.run_interval"
label="Check run interval (s)"
label="Check run interval (seconds)"
hint="Setting this will override the check run interval on the agent"
/>
</q-card-section>

View File

@@ -42,7 +42,7 @@
dense
type="number"
v-model.number="memcheck.run_interval"
label="Check run interval (s)"
label="Check run interval (seconds)"
hint="Setting this will override the check run interval on the agent"
/>
</q-card-section>

View File

@@ -44,7 +44,7 @@
dense
type="number"
v-model.number="pingcheck.run_interval"
label="Check run interval (s)"
label="Check run interval (seconds)"
hint="Setting this will override the check run interval on the agent"
/>
</q-card-section>

View File

@@ -96,7 +96,7 @@
dense
type="number"
v-model.number="scriptcheck.run_interval"
label="Check run interval (s)"
label="Check run interval (seconds)"
hint="Setting this will override the check run interval on the agent"
/>
</q-card-section>

View File

@@ -118,7 +118,7 @@
outlined
type="number"
v-model.number="winsvccheck.run_interval"
label="Check run interval (s)"
label="Check run interval (seconds)"
hint="Setting this will override the check run interval on the agent"
/>
</q-card-section>