mirror of
https://github.com/grafana/grafana.git
synced 2026-08-04 02:23:14 -05:00
skip target _self to remove full page reload
This commit is contained in:
@@ -145,6 +145,7 @@ export class DashLinksContainerCtrl {
|
||||
memo.push({
|
||||
title: dash.title,
|
||||
url: dash.url,
|
||||
target: link.target === '_self' ? '' : link.target,
|
||||
icon: 'fa fa-th-large',
|
||||
keepTime: link.keepTime,
|
||||
includeVars: link.includeVars,
|
||||
|
||||
Reference in New Issue
Block a user