Closed otto2704 closed 2 years ago
Have you tried clearing browser cache?
yes, even tried a different browser....
Odd. Please share contents of /usr/share/pve-manager/index.html.tpl
of course, file enclosed... index.html.tpl.zip
Right, it seems to be missing some stuff that the installer should have appended to it. Are you running the script as root?
of course as root....
argh... idiotic me...
did not see, that the script also needs an install parameter :-(
without parameters the script just exits without any error...
maybe you could add something like this for the future (just in case that there are other idiots like me):
parse_cli() { if [ $# = 0 ]; then usage; exit 1; fi ....
Or should the script do something if called without parameters?
Oh 😅 Will look into adding an error message if no arguments are provided
Hi! I am on PVE 7.1.12 now and it seems that the dark mode does not work anymore. Tried installing online and offline, the script runs without any errors, but web interface stays white :-( Maybe I did something wrong?