<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>
<mat-progress-spinner*ngSwitchCase="'removal_pending'"diameter="24"mode="indeterminate"matTooltip="Waiting for the removal of the credentials from the site {{ site.name }}"></mat-progress-spinner>
<mat-icon*ngSwitchCase="'not_deployed'"mat-icon-buttonmatTooltip="The credentials are not deployed for the service {{ service.name }}.">call_received</mat-icon>
<mat-icon*ngSwitchCase="'failed'"mat-icon-buttonmatTooltip="Site {{ site.name }} failed to deploy the credentials. The deployment will be retried. Click for details.">error</mat-icon>
<mat-icon*ngSwitchCase="'rejected'"mat-icon-buttonmatTooltip="Site {{ site.name }} rejected the deployment of the credentials. Click for details.">error</mat-icon>
<mat-icon*ngSwitchDefaultmat-icon-buttonmatTooltip="Access to this service was never requested.">call_received</mat-icon>
<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>
<mat-progress-spinner*ngSwitchCase="'removal_pending'"diameter="24"mode="indeterminate"matTooltip="Waiting for the removal of the credentials from the site {{ site.name }}"></mat-progress-spinner>
<mat-icon*ngSwitchCase="'not_deployed'"mat-icon-buttonmatTooltip="The credentials are not deployed for the service {{ service.name }}.">call_received</mat-icon>
<mat-icon*ngSwitchCase="'failed'"mat-icon-buttonmatTooltip="Site {{ site.name }} failed to deploy the credentials. The deployment will be retried. Click for details.">error</mat-icon>
<mat-icon*ngSwitchCase="'rejected'"mat-icon-buttonmatTooltip="Site {{ site.name }} rejected the deployment of the credentials. Click for details.">error</mat-icon>
<mat-icon*ngSwitchDefaultmat-icon-buttonmatTooltip="Access to this service was never requested.">call_received</mat-icon>