Skip to content

Commit

Permalink
fix: improve helper text for metrics input fields
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed Nov 16, 2024
1 parent 1fc4c78 commit 0ac3505
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/views/livewire/server/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -219,12 +219,12 @@ class="px-4 py-2 text-gray-800 cursor-pointer hover:bg-gray-100 dark:hover:bg-co
<div class="flex flex-wrap gap-2 sm:flex-nowrap">
<x-forms.input id="sentinelMetricsRefreshRateSeconds"
label="Metrics rate (seconds)" required
helper="The interval for gathering metrics. Lower means more disk space will be used." />
helper="The interval for gathering metrics. Lower values result in more disk space usage." />
<x-forms.input id="sentinelMetricsHistoryDays" label="Metrics history (days)"
required helper="How many days should the metrics data should be reserved." />
required helper="The number of days that metrics data should be retained for." />
<x-forms.input id="sentinelPushIntervalSeconds" label="Push interval (seconds)"
required
helper="How many seconds should the metrics data should be pushed to the collector." />
helper="The interval (in seconds) at which metrics data is sent to the collector." />
</div>
</div>
@endif
Expand Down

0 comments on commit 0ac3505

Please sign in to comment.