Commit e97251fe by Marcus Efraimsson

skip target _self to remove full page reload

parent 8dfe4a97
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment