default sidemenu to open #54

pull/1923/head
Anthony Woods 10 years ago
parent e771d8e944
commit 7a8851c5ab
  1. 2
      public/app/services/contextSrv.js

@ -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');
});
});

Loading…
Cancel
Save