diff --git a/src/app/jobs/pages/jobs/jobs.component.html b/src/app/jobs/pages/jobs/jobs.component.html index bf2532d..684f853 100644 --- a/src/app/jobs/pages/jobs/jobs.component.html +++ b/src/app/jobs/pages/jobs/jobs.component.html @@ -7,7 +7,7 @@

Active Job Offers

color="warn"> -
+ {{ field.label }} @@ -53,6 +53,7 @@

Active Job Offers

mat-raised-button type="submit" color="primary" + class="box-border h-12 w-28" aria-label="Button that displays a tooltip when focused or hovered over update or add icon" [matTooltip]="(isEditMode ? 'Update' : 'Add') + ' new job offer'"> {{ isEditMode ? "Update" : "Add" }} @@ -65,7 +66,7 @@

Active Job Offers

matTooltip="Cancel job offer edit"> Cancel - + Offer Filter Active Job Offers
+ + + + In total there are {{ dataSource ? dataSource.data.length : 0 }} job offers + registered in your account. + + + + + The filter "{{input.value}}" entered in the field does not match any data in the offers. " + +