{{! Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: BUSL-1.1 ~}}
Client counting period The dashboard displays client count activity during the specified date range below. Click edit to update the date range.
{{#if (and @startTime @endTime)}}

{{this.formattedDate @startTime}}

{{this.formattedDate @endTime}}

{{else}} {{/if}}
{{#if this.showEditModal}} Edit date range

The start date will be used as the client counting start time and all clients in that month will be considered new. {{#if this.version.isEnterprise}} We recommend setting this date as your license or billing start date to get the most accurate new and total client count estimations. These dates are only for querying data in storage. Editing the date range does not change any license or billing configurations. {{/if}}

Start
End
{{#if this.version.isEnterprise}} {{/if}}
{{#if this.validationError}} {{this.validationError}} {{/if}} {{#if (and this.version.isEnterprise this.useDefaultDates)}} Dashboard will use the default date range from the API. {{/if}}
{{/if}}