Commit 7a8851c5 by Anthony Woods

default sidemenu to open #54

parent e771d8e9
......@@ -45,7 +45,7 @@ function (angular, _, store, config) {
this.user = new User();
this.isSignedIn = this.user.isSignedIn;
this.isGrafanaAdmin = this.user.isGrafanaAdmin;
this.sidemenu = store.getBool('grafana.sidemenu');
this.sidemenu = store.getBool('grafana.sidemenu', true);
this.isEditor = this.hasRole('Editor') || this.hasRole('Admin');
});
});
Markdown is supported
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