Files
vault/changelog/26848.txt
claire bontempo 1e8eefade1 UI: wrap client count card in permission conditional (#26848)
* consistent timestamp format

* wrap client count card in permissions

* add test

* add changelog

* move tests into module, add more!

* final test cleanup, stub permissions manually without helper

* use current_billing_period for dashboard, add tests

* update mirage to handle new client param

* Update ui/app/components/dashboard/client-count-card.js
2024-05-07 17:45:42 +00:00

3 lines
118 B
Plaintext

```release-note:improvement
ui: Hide dashboard client count card if user does not have permission to view clients.
```