Dashboard is messed up

@elijahharry - for future reference, this usually happens because you have some cached assets. We have a command line command you can use to clear all the app caches, so from command line you'd run:
Code:
php /path/to/apps/console/console.php clear-cache --verbose=1
 
Back
Top