hawtio / hawtio-kubernetes

hawtio plugin for working with kubernetes
Apache License 2.0
24 stars 14 forks source link

the default selected namespace seems a little random - I wonder if we can default to `default` or store the last namespace in localhost? #49

Closed jstrachan closed 9 years ago

gashcrumb commented 9 years ago

Hmm, I thought I had that storing in local storage, but maybe not. We do fetch the namespaces up front before bootstrap, think maybe I'll just go through and ensure the various spots where we get the namespace is consistent, and also store the last selected namespace in local storage if it isn't.