Hi, can you please advise, I recently upgraded cyberpanel and I have a new design and I would really like to bring back the previous one, the current one is very uncomfortable because of the color and small font. And when I change the theme in the corresponding menu item, after saving - it is not applied, at all, only the login page changes. How to fix it?
*processor is constantly loaded at 100%, which was not the case before, somehow very unfortunate I updated it seems
You can do upgrade again and during the installation chose the version 2.4.2 as i found it the best, I tried 2.4.3 and went back to 2.4.2. and you will not lose any data.
new UI looks broken part by part attached somehow , some text even cant be seen properly in 13/14 inch laptop screen , maybe need microscope and every option i click asking to buy the extra plugin advertisement ![|16x16]
dont know why cyberpanel quality is decreasing day day ? now you guys dont even approve the post in the group ? ![|16x16]
It would be great if the developers would allow us to revert to the previous design. This is very important because we see it every day, and it’s not about colors or whether we like it or not, it’s about the usability of the system. Now something is too small, something overlaps with something else. Developers, please give us the option (or instructions) to revert to the old design while you work on the new one.
Worked on a quick fix for the design tab so you can add your custom css.
Working in 2.4.4
2 lines, one to add the css section and the other to clear the app cache.
Thank me or tip me.
if ! grep -q "MainDashboardCSS" /usr/local/CyberCP/baseTemplate/templates/baseTemplate/index.html; then sed -i -E 's/(\s?+|\s+?)<\!-- Modern Design System -->/&\n\1<style>\n\1 {{ cosmetic.MainDashboardCSS | safe }}\n\1<\/style>/' /usr/local/CyberCP/baseTemplate/templates/baseTemplate/index.html; fi
find /usr/local/CyberCP/ -type d -name __pycache__ -exec rm -r {} \+ && systemctl restart lscpd && systemctl restart lsws