UI/add usage metrics description (#10951)
* Add description to metrics usage page * Add changelog
This commit is contained in:
parent
7e54bc15c2
commit
f89968a12b
|
@ -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 New Issue