From 3f4801ea7e9b4e5e8d4062dc439e95b9c38a72ad Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Mon, 23 Mar 2015 15:23:34 -0400 Subject: [PATCH] Switch the squashed image icon --- static/js/directives/ui/fetch-tag-dialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/directives/ui/fetch-tag-dialog.js b/static/js/directives/ui/fetch-tag-dialog.js index 820339e6c..163418cc9 100644 --- a/static/js/directives/ui/fetch-tag-dialog.js +++ b/static/js/directives/ui/fetch-tag-dialog.js @@ -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 },