Merge branch 'master' into tutorial
Conflicts: static/directives/header-bar.html
This commit is contained in:
commit
8135e0266e
4 changed files with 3 additions and 4 deletions
|
@ -2550,7 +2550,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