Implement creating qualifications #17

Merged
ptran merged 5 commits from feature/create-qualification into main 2025-01-08 09:12:10 +00:00
2 changed files with 3 additions and 4 deletions
Showing only changes of commit 45261dfc15 - Show all commits

View File

@ -5,7 +5,7 @@ volumes:
services:
postgres-employee:
container_name: postgres_employee
container_name: ems-db
image: postgres:13.3
volumes:
- employee_postgres_data:/var/lib/postgresql/data
@ -17,9 +17,8 @@ services:
- "5432:5432"
employee:
container_name: employee
container_name: ems-api
image: berndheidemann/employee-management-service:1.1.3
# image: berndheidemann/employee-management-service_without_keycloak:1.1
environment:
spring.datasource.url: jdbc:postgresql://postgres-employee:5432/employee_db
spring.datasource.username: employee

View File

@ -38,7 +38,7 @@
<mat-icon>edit</mat-icon>
</button>
<button mat-icon-button color="warn" [matTooltip]="'Delete employee'" (click)="openDeleteDialogue(employee)">
<mat-icon>delete</mat-icon>
🗑️
</button>
</td>
</ng-container>