<mat-icon*ngSwitchCase="'deployed'"matTooltip="The credentials are deployed for the service {{ service.name }}. Click to see details.">call_made</mat-icon>
<mat-icon*ngSwitchCase="'questionnaire'"matTooltip="This site needs more data to deploy the keys. Please click to submit the data.">warning</mat-icon>
<mat-progress-spinner*ngSwitchCase="'deployment_pending'"diameter="24"mode="indeterminate"matTooltip="Waiting for the deployment of the credentials to the site {{ site.name }}"></mat-progress-spinner>