Add rocket fetch command to the fetch tag dialog
This commit is contained in:
parent
4deacf11d6
commit
67c70860c5
2 changed files with 6 additions and 0 deletions
Binary file not shown.
Before Width: | Height: | Size: 618 B After Width: | Height: | Size: 6 KiB |
|
@ -33,6 +33,12 @@ angular.module('quay').directive('fetchTagDialog', function () {
|
|||
});
|
||||
}
|
||||
|
||||
$scope.formats.push({
|
||||
'title': 'Rocket Fetch',
|
||||
'icon': 'rocket-icon',
|
||||
'command': 'rkt fetch {hostname}/{namespace}/{name}:{tag}'
|
||||
});
|
||||
|
||||
$scope.formats.push({
|
||||
'title': 'Basic Docker Pull',
|
||||
'icon': 'docker-icon',
|
||||
|
|
Reference in a new issue