Add rocket fetch command to the fetch tag dialog

This commit is contained in:
Joseph Schorr 2015-04-23 12:18:54 -04:00
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

View file

@ -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',