mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(graphite): minor fix to editor, add function dropdrop extended above page, fixes #1152
This commit is contained in:
parent
a23217cc6f
commit
b4093ccf59
@ -15,8 +15,8 @@ function (angular, _, $, gfunc) {
|
|||||||
' spellcheck="false" style="display:none"></input>';
|
' spellcheck="false" style="display:none"></input>';
|
||||||
|
|
||||||
var buttonTemplate = '<a class="tight-form-item tight-form-func dropdown-toggle"' +
|
var buttonTemplate = '<a class="tight-form-item tight-form-func dropdown-toggle"' +
|
||||||
' tabindex="1" gf-dropdown="functionMenu" data-toggle="dropdown"' +
|
' tabindex="1" gf-dropdown="functionMenu" data-toggle="dropdown">' +
|
||||||
' data-placement="top"><i class="fa fa-plus"></i></a>';
|
'<i class="fa fa-plus"></i></a>';
|
||||||
|
|
||||||
return {
|
return {
|
||||||
link: function($scope, elem) {
|
link: function($scope, elem) {
|
||||||
|
Loading…
Reference in New Issue
Block a user