improve wording

This commit is contained in:
wh1te909
2021-05-05 02:18:21 +00:00
parent aa1a7b9861
commit 7e33b3779b
7 changed files with 14 additions and 14 deletions

View File

@@ -42,8 +42,8 @@
outlined
type="number"
v-model.number="cpuloadcheck.run_interval"
label="Check run interval (seconds)"
hint="Setting this will override the check run interval on the agent"
label="Run this check every (seconds)"
hint="Setting this value to anything other than 0 will override the 'Run checks every' setting on the agent"
/>
</q-card-section>
<q-card-actions align="right">

View File

@@ -51,8 +51,8 @@
outlined
type="number"
v-model.number="diskcheck.run_interval"
label="Check run interval (seconds)"
hint="Setting this will override the check run interval on the agent"
label="Run this check every (seconds)"
hint="Setting this value to anything other than 0 will override the 'Run checks every' setting on the agent"
/>
</q-card-section>
<q-card-actions align="right">

View File

@@ -120,8 +120,8 @@
dense
type="number"
v-model.number="eventlogcheck.run_interval"
label="Check run interval (seconds)"
hint="Setting this will override the check run interval on the agent"
label="Run this check every (seconds)"
hint="Setting this value to anything other than 0 will override the 'Run checks every' setting on the agent"
/>
</q-card-section>
<q-card-actions align="right">

View File

@@ -42,8 +42,8 @@
dense
type="number"
v-model.number="memcheck.run_interval"
label="Check run interval (seconds)"
hint="Setting this will override the check run interval on the agent"
label="Run this check every (seconds)"
hint="Setting this value to anything other than 0 will override the 'Run checks every' setting on the agent"
/>
</q-card-section>
<q-card-actions align="right">

View File

@@ -44,8 +44,8 @@
dense
type="number"
v-model.number="pingcheck.run_interval"
label="Check run interval (seconds)"
hint="Setting this will override the check run interval on the agent"
label="Run this check every (seconds)"
hint="Setting this value to anything other than 0 will override the 'Run checks every' setting on the agent"
/>
</q-card-section>
<q-card-actions align="right">

View File

@@ -108,8 +108,8 @@
dense
type="number"
v-model.number="scriptcheck.run_interval"
label="Check run interval (seconds)"
hint="Setting this will override the check run interval on the agent"
label="Run this check every (seconds)"
hint="Setting this value to anything other than 0 will override the 'Run checks every' setting on the agent"
/>
</q-card-section>
<q-card-actions align="right">

View File

@@ -118,8 +118,8 @@
outlined
type="number"
v-model.number="winsvccheck.run_interval"
label="Check run interval (seconds)"
hint="Setting this will override the check run interval on the agent"
label="Run this check every (seconds)"
hint="Setting this value to anything other than 0 will override the 'Run checks every' setting on the agent"
/>
</q-card-section>
<q-card-actions align="right">