diff --git a/src/app/employee/delete/delete.component.html b/src/app/employee/delete/delete.component.html index 3a3287d..0c99100 100644 --- a/src/app/employee/delete/delete.component.html +++ b/src/app/employee/delete/delete.component.html @@ -4,7 +4,7 @@
- warning + warning

Are you sure you want to delete {{employee.firstName}} {{employee.lastName}}? diff --git a/src/app/employee/table/table.component.html b/src/app/employee/table/table.component.html index a88e272..7305706 100644 --- a/src/app/employee/table/table.component.html +++ b/src/app/employee/table/table.component.html @@ -61,7 +61,7 @@ } @else { - people_outline + people

No employees found

@@ -86,17 +86,15 @@
} @error { - - -
- error_outline -
-

Error loading employees

-

Please try refreshing the page.

-
+
+
+ error +
+

There was an error loading the employees.

+

Please try refreshing the page.

- - +
+
} @loading {
diff --git a/src/app/qualification/create/create.component.html b/src/app/qualification/create/create.component.html index e1a4511..7eaba29 100644 --- a/src/app/qualification/create/create.component.html +++ b/src/app/qualification/create/create.component.html @@ -4,10 +4,13 @@
@if (apiErrorMessage) { -
+
- error_outline - {{ apiErrorMessage }} + error +
+

There was an error creating the qualification.

+

{{ apiErrorMessage }}

+
} diff --git a/src/app/qualification/delete/delete.component.html b/src/app/qualification/delete/delete.component.html index b768f05..16e8f63 100644 --- a/src/app/qualification/delete/delete.component.html +++ b/src/app/qualification/delete/delete.component.html @@ -3,23 +3,27 @@
@if (apiError) { -
+
- error_outline - {{ apiError }} + error +
+

There was an error deleting the qualification.

+

{{ apiError }}

+
}
- warning + warning

Are you sure you want to delete this qualification?

This action cannot be undone.

+
} @else { diff --git a/src/app/qualification/edit/edit.component.html b/src/app/qualification/edit/edit.component.html index ad63f13..7786908 100644 --- a/src/app/qualification/edit/edit.component.html +++ b/src/app/qualification/edit/edit.component.html @@ -4,10 +4,13 @@
@if (apiErrorMessage) { -
+
- error_outline - {{ apiErrorMessage }} + error +
+

There was an error editing the qualification.

+

{{ apiErrorMessage }}

+
} diff --git a/src/app/qualification/table/table.component.html b/src/app/qualification/table/table.component.html index fac7b1a..ce358e1 100644 --- a/src/app/qualification/table/table.component.html +++ b/src/app/qualification/table/table.component.html @@ -61,7 +61,7 @@ } @else { - school + school

No qualifications found

@@ -86,17 +86,15 @@
} @error { - - -
- error_outline -
-

Error loading qualifications

-

Please try refreshing the page.

-
-
-
-
+
+
+ error +
+

There was an error loading the qualifications.

+

Please try refreshing the page.

+
+
+
} @loading {