diff --git a/changelog/30488.txt b/changelog/30488.txt new file mode 100644 index 0000000000..9f8a68fd94 --- /dev/null +++ b/changelog/30488.txt @@ -0,0 +1,3 @@ +```release-note:improvement +ui: Update date selector in client count usage page to disable current month selection for Vault clusters without a license. +``` diff --git a/ui/app/components/clients/date-range.hbs b/ui/app/components/clients/date-range.hbs index eb24de373f..dccb9835a3 100644 --- a/ui/app/components/clients/date-range.hbs +++ b/ui/app/components/clients/date-range.hbs @@ -2,96 +2,112 @@ Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: BUSL-1.1 }} -
- The start date will be used as the client counting start time and all clients in that month will be considered new. -
-+ Use custom date ranges to query historic client count data. Query results do not include the current month. +
++ We recommend setting + Start + to your Vault deploy date to get the most accurate new and total client count estimations.
+ +For billing period: {{this.formattedStartDate}} @@ -17,7 +17,36 @@