} else if (deployment.isCompleteWithErrors()) {
      icon = 'warning';
      css = 'success';
      label = localize.get('deployments.completed_with_errors');
      done = true;