mirror of
https://github.com/jpros/tacticalrmm-web.git
synced 2026-02-21 11:51:08 +00:00
improve wording
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user