mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
DashLinks: Add pull right to dropdown menu (#22233)
This commit is contained in:
parent
d2689b6d6c
commit
e7244f0f8a
@ -41,7 +41,7 @@ function dashLink($compile: any, $sanitize: any, linkSrv: LinkSrv) {
|
||||
|
||||
if (link.asDropdown) {
|
||||
template +=
|
||||
'<ul class="dropdown-menu" role="menu">' +
|
||||
'<ul class="dropdown-menu pull-right" role="menu">' +
|
||||
'<li ng-repeat="dash in link.searchHits">' +
|
||||
'<a href="{{dash.url}}" target="{{dash.target}}">{{dash.title}}</a>' +
|
||||
'</li>' +
|
||||
|
Loading…
Reference in New Issue
Block a user