mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-18 18:38:08 -05:00
UI/add usage metrics description (#10951)
* Add description to metrics usage page * Add changelog
This commit is contained in:
parent
0f0e3feb6a
commit
54f3a5897a
2 changed files with 4 additions and 1 deletions
3
changelog/10951.txt
Normal file
3
changelog/10951.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
```release-note:improvement
|
||||
ui: Clarify language on usage metrics page empty state
|
||||
```
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
|
||||
{{#if (eq model.config.queriesAvailable false)}}
|
||||
{{#if (eq model.config.enabled "On")}}
|
||||
<EmptyState @title="No data is being received" @message='We haven’t yet gathered enough data to display here. We collect it at the end of each month, so your data will be available on the first of next month.' />
|
||||
<EmptyState @title="No data is being received" @message="We haven't yet gathered enough data to display here. We collect it at the end of each month, so your data will be available on the first of next month. It will include the current namespace and all its children." />
|
||||
{{else}}
|
||||
<EmptyState @title="No data is being received" @message='Tracking is disabled, and no data is being collected. To turn it on, edit the configuration.'>
|
||||
<p>{{#link-to 'vault.cluster.metrics.config'}}Go to configuration{{/link-to}}</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue