@@ -70,6 +70,7 @@ function (angular, kbn, _) {
else if (link.dashUri) {
info.href = 'dashboard/' + link.dashUri + '?';
info.title = templateSrv.replace(link.title || '');
+ info.target = link.targetBlank ? '_blank' : '';
}
else {