mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ux: sidenav fixes and dashboard search changes
This commit is contained in:
@@ -99,7 +99,6 @@ function panelHeader($compile) {
|
||||
|
||||
menuScope = scope.$new();
|
||||
let menuHtml = createMenuTemplate(scope.ctrl);
|
||||
console.log(menuHtml);
|
||||
menuElem.html(menuHtml);
|
||||
$compile(menuElem)(menuScope);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user