Commit 967586d7 authored by Joaquim Rocha's avatar Joaquim Rocha
Browse files

frontend: Make the Sidebar invisible by default

The sidebar should only be visible when it needs to, so this patch
changes the default visibility to false.
parent 1c277fc6
Showing with 1 addition and 1 deletion
+1 -1
......@@ -3,7 +3,7 @@ import { UI_DETAILS_VIEW_SET_HEADER_ACTION, UI_ROUTER_SET_ROUTE, UI_SIDEBAR_SET_
export const INITIAL_STATE = {
sidebar: {
selected: 'cluster',
isVisible: true,
isVisible: false,
entries: {}
},
routes: {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment