diff --git a/ui/src/pages/TrainingReport.vue b/ui/src/pages/TrainingReport.vue index 0d8dd53..2abf2a7 100644 --- a/ui/src/pages/TrainingReport.vue +++ b/ui/src/pages/TrainingReport.vue @@ -58,28 +58,30 @@ onMounted(async () => {

Training Reports

- - - - - Training - - Date - - Posted By - - - - - - {{ report.course_name }} - {{ report.date }} - {{ report.created_by === null ? "Unknown User" : report.created_by - }} - - -
+
+ + + + + Training + + Date + + Posted By + + + + + + {{ report.course_name }} + {{ report.date }} + {{ report.created_by === null ? "Unknown User" : report.created_by + }} + + +
+
@@ -129,3 +131,32 @@ onMounted(async () => {
+ + \ No newline at end of file