Added target="_blank" to "Update available" link

This commit is contained in:
Anders Bjerner
2021-05-07 10:37:44 +02:00
committed by Michael Latouche
parent a464fadf2c
commit 68fdc80b6a

View File

@@ -118,7 +118,8 @@ function MainController($scope, $location, appState, treeService, notificationsS
message: "Click to download",
sticky: true,
type: "info",
url: update.url
url: update.url,
target: "_blank"
};
notificationsService.add(notification);
}