Switch the squashed image icon

This commit is contained in:
Joseph Schorr 2015-03-23 15:23:34 -04:00
parent 8042f1a985
commit 3f4801ea7e

View file

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