Make the docs link and the repo links in the build logs open in new tabs.
This commit is contained in:
parent
2bc3df1c3e
commit
c856908161
2 changed files with 2 additions and 2 deletions
|
@ -2547,7 +2547,7 @@ quayApp.directive('buildLogCommand', function () {
|
|||
return title;
|
||||
}
|
||||
|
||||
return '<i class="fa fa-hdd-o"></i> <a href="' + registryHandlers[registry](pieces) + '">' + title + '</a>';
|
||||
return '<i class="fa fa-hdd-o"></i> <a href="' + registryHandlers[registry](pieces) + '" target="_blank">' + title + '</a>';
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Reference in a new issue