Add clipboard copy support for the pull command
This commit is contained in:
parent
479e23b09d
commit
c466bca32d
7 changed files with 41 additions and 5 deletions
|
@ -45,4 +45,4 @@ quayApp.run(['$location', '$rootScope', function($location, $rootScope) {
|
|||
$rootScope.title = current.$$route.title;
|
||||
}
|
||||
});
|
||||
}]);
|
||||
}]);
|
||||
|
|
Reference in a new issue