ytsaurus / ytsaurus-k8s-operator

Kubernetes operator for YTsaurus.
https://ytsaurus.tech
Other
35 stars 24 forks source link

Sidebar for nodes does not open by default at "Components" page #43

Open zlobober opened 1 year ago

zlobober commented 1 year ago

We must put "global::components::enableSideBar": true to defaultUserSettingsOverrides.

l0kix2 commented 1 month ago

The new field should be added to the ui config somewhere here https://github.com/ytsaurus/ytsaurus-k8s-operator/blob/c439d7c703365a3d87827cc0bd3f0ac368eaa05d/pkg/ytconfig/ui.go#L44-L47

defaultUserSettingsOverrides: {
 "global::components::enableSideBar": true
}

optionally the (*bool) field could be also added in the ui spec in case user wants to set this to false.

l0kix2 commented 1 month ago

I'm not quite sure which sidebar is in question. The main left sidebar should be open by default? Why "Component" page is mentioned exacltly? Doesn't this setting open sidebar by default on all pages?