{{#if (and (eq @tab "history") (eq @model.config.queriesAvailable false))}} {{#if (eq @model.config.enabled "On")}} {{else}} {{#if @model.config.configPath.canUpdate}}

Go to configuration

{{/if}}
{{/if}} {{else}}
{{! ARG TODO change current to Dashboard }} {{#if (eq @tab "current")}}

{{! ARG TODO Add link for documentation "here" }} This dashboard will surface Vault client usage over time. Clients represent anything that has authenticated to or communicated with Vault. Documentation is available here.

{{! Calendar widget and Start Month picker }}

Billing start month

{{this.startTimeDisplay}}

This date is when client counting starts. Without this starting point, the data shown is not reliable.

{{#if (eq @model.config.enabled "Off")}} Tracking is currently disabled and data is not being collected. Historical data can be searched, but you will need to edit the configuration to enable tracking again. {{/if}} {{! check for @startTime otherwise emptyState}} {{#if @model.startTime}}
Filters
{{! ARG TODO more filters for auth and namespace here }} {{#if @isLoading}} {{else if this.hasClientData}} {{/if}} {{else}} {{/if}} {{! Modal for startTime picker }} {{/if}}
{{/if}}