Quick resolution for anyone who is also encountering this issue: *hosting the image file on my own domain as it seems like GitHub is blocking non-authenticated requests~ The original file is at https://github.com/unraid/webgui/blob/master/emhttp/plugins/dynamix.docker.manager/images/question.png?raw=true ```bash wget https://from.sg/question.png -P /usr/local/emhttp/plugins/dynamix.docker.manager/images ```