Description
The console does not recognize SESSION_LENGTH environment variable that have been set in the pod.
k get pods wandb-app-55d767fc84-wdfcw -o yaml | grep -A1 SESSION_LENGTH - name: SESSION_LENGTH
value: "24"
Looking at the console UI:

Expectation would be that the fields show the values of the environment variables and are disabled. Basically like it is for MySQL, Storage, etc.
