Skip to content

Commit

Permalink
UI/add usage metrics description (#10951)
Browse files Browse the repository at this point in the history
* Add description to metrics usage page

* Add changelog
  • Loading branch information
chelshaw committed Feb 22, 2021
1 parent 6d2afc5 commit a59eede
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog/10951.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:improvement
ui: Clarify language on usage metrics page empty state
```
2 changes: 1 addition & 1 deletion ui/app/templates/vault/cluster/metrics/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit a59eede

Please sign in to comment.