Switch the squashed image icon
This commit is contained in:
parent
8042f1a985
commit
3f4801ea7e
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ angular.module('quay').directive('fetchTagDialog', function () {
|
|||
$scope.formats = [
|
||||
{
|
||||
'title': 'Squashed Docker Image',
|
||||
'icon': 'fa-file-archive-o',
|
||||
'icon': 'ci-squashed',
|
||||
'command': 'curl -L -f {http}://{pull_user}:{pull_password}@{hostname}/c1/squash/{namespace}/{name}/{tag} | docker load',
|
||||
'require_creds': true
|
||||
},
|
||||
|
|
Reference in a new issue