Fix landing icon
Summary: This is //hilarious//. Test Plan: Test icon on local install. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D14351
This commit is contained in:
		@@ -99,7 +99,7 @@ final class DrydockRepositoryOperation extends DrydockDAO
 | 
			
		||||
  public static function getOperationStateIcon($state) {
 | 
			
		||||
    $map = array(
 | 
			
		||||
      self::STATE_WAIT => 'fa-clock-o',
 | 
			
		||||
      self::STATE_WORK => 'fa-refresh blue',
 | 
			
		||||
      self::STATE_WORK => 'fa-plane ph-spin blue',
 | 
			
		||||
      self::STATE_DONE => 'fa-check green',
 | 
			
		||||
      self::STATE_FAIL => 'fa-times red',
 | 
			
		||||
    );
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user