Custom JS / themes files for admin backend
We have done a lot of customizations in the admin backend, e.g. we integrated a note field at the IP list so we know directly why a IP is marked as reserved.
Currently, it is hard to make customizations. All our customizations are done via javascript since all admin template files are encrypted.
We have placed the javascript code into the existing solusvm js files and these customizations get lost during update.
So i would like to see a better way to integrate own code into the admin backend.
I have 2 ideas:
A javascript and CSS directory in which all files in it get automatically loaded when opening the admin page.
Since I assume that there will be no smarty template for the admin backend in the future, at least a header and footer file to place own code would be good.