We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 370589d commit 9f75bdaCopy full SHA for 9f75bda
public/app/core/components/sidemenu/sidemenu.html
@@ -21,10 +21,6 @@
21
<i class="{{::menuItem.icon}}" ng-show="::menuItem.icon"></i>
22
{{::menuItem.text}}
23
</a>
24
- <a ng-click="menuItem.click()" ng-show="::menuItem.click">
25
- <i class="{{::menuItem.icon}}"></i>
26
- {{::menuItem.text}}
27
- </a>
28
</li>
29
</ul>
30
public/app/core/components/sidemenu/sidemenu.ts
@@ -82,12 +82,6 @@ export class SideMenuCtrl {
82
}
83
});
84
85
-
86
- switchOrg(orgId) {
87
- this.backendSrv.post('/api/user/using/' + orgId).then(() => {
88
- window.location.href = `${config.appSubUrl}/`;
89
- });
90
- };
91
92
93
export function sideMenuDirective() {
0 commit comments