Still no luck on Table metric #4580
Answered
by
juse-less
daanadriaan
asked this question in
Q&A
-
Description:Just tried out the new table metric of v4.12.6. I created the exact metric as in the documents, but it doesn't show up when I try to include in in my custom dashboard. |
Beta Was this translation helpful? Give feedback.
Answered by
juse-less
Jul 16, 2022
Replies: 1 comment
-
Two things to always try, when things aren't shown in the browser is
This is usually something you'd want to do every time you update packages that has bundled assets. Nova also has a section in their documentation to keep your assets up-to-date. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
daanadriaan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Two things to always try, when things aren't shown in the browser is
php artisan vendor:publish --tag=nova-assets --force
php artisan view:clear
, orphp artisan optimize:clear
for everythingThis is usually something you'd want to do every time you update packages that has bundled assets.
Nova also has a section in their documentation to keep your assets up-to-date.
I believe it should have the same outcome as point (1) above, but will also publish language files.