mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
default sidemenu to open #54
This commit is contained in:
parent
e771d8e944
commit
7a8851c5ab
@ -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…
Reference in New Issue
Block a user