kube-HPC / hkube

🐟 High Performance Computing over Kubernetes - Core Repo 🎣
http://hkube.io
MIT License
305 stars 20 forks source link

rename key local storage "theme" #1807

Closed zivglik closed 9 months ago

zivglik commented 11 months ago

hi,

I found an annoying bug with how Hkube and ArgoCD interact.

in the javascript both Hkube and ArgoCD use the local storage variable 'theme'. However, ArgoCD expects a Json while Hkube stores a string.

This means that if I have a server with both Hkube and ArgoCD installed, and I log into one of those. the other site will show an empty page as it throws an exception while trying to deal with the "theme" value.

Since it's hard to change ArgoCD, can you please change the local storage variable name on your end for the next version?