<button*ngSwitchCase="'not_deployed'"(click)="changeDeployment('add')"mat-raised-buttoncolor="primary"matTooltip="Deploy credentials to services of VO {{ group.name }}">
Deploy credentials
...
...
@@ -89,7 +85,7 @@
<button*ngSwitchCase="'deployed'"(click)="changeDeployment('remove')"mat-raised-buttoncolor="primary"matTooltip="Remove credentials from services of VO {{ group.name }}">
Remove credentials
</button>
<button*ngSwitchDefault(click)="changeDeployment('add')"mat-raised-buttoncolor="primary"matTooltip="Deploy credentials to services of VO {{ group.name }}">
<button*ngSwitchDefault(click)="changeDeployment('add')"mat-raised-buttoncolor="primary"matTooltip="Deploy credentials to services of VO {{ group.name }} the first time">