uSync-Legacy
uSync-Legacy copied to clipboard
Improve dashboard handling in back office
The uSync dashboard needs some splitting up so it can be tidied up
Steps
- [x] Split the core dashboard.html into separate views
- [ ] clean up the dashboard controllers
- [ ] clean up the markup so the buttons are more 'umbracoy'
@KevinJump Any reason why the new dashboard / css doesnt since upgrading to 8.6.3 ? it works fine in localhost but once deployed to dev is has the old styles ? and not same drop downs ? do i need to clear something- cache ?
Hi,
yeah you should increment the version value in your clientdependencies.config file. Umbraco will be serving you a cahced version of all the javascript & css for the back office.
Thanks @KevinJump