UI/add usage metrics description (#10951)

* Add description to metrics usage page

* Add changelog
This commit is contained in:
Chelsea Shaw 2021-02-22 09:35:15 -06:00 committed by GitHub
parent 7e54bc15c2
commit f89968a12b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

3
changelog/10951.txt Normal file
View File

@ -0,0 +1,3 @@
```release-note:improvement
ui: Clarify language on usage metrics page empty state
```

View File

@ -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 havent 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>