From 43a8c5516a9e705bbc3ea8cdc4b31d092bc58237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kry=C5=A1tof=20=C4=8Cejchan?= Date: Tue, 18 Jun 2024 21:49:41 +0200 Subject: [PATCH] kotlin --- food_and_order_middleware/pom.xml | 21 +++++++++++++++++++ .../orders-overview.component.html | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/food_and_order_middleware/pom.xml b/food_and_order_middleware/pom.xml index 431d9b9..06b9124 100644 --- a/food_and_order_middleware/pom.xml +++ b/food_and_order_middleware/pom.xml @@ -15,6 +15,7 @@ Middleware for food ordering app 21 + 1.5.10 @@ -84,6 +85,26 @@ org.springframework.boot spring-boot-maven-plugin + + org.apache.maven.plugins + maven-compiler-plugin + + + compile + compile + + compile + + + + testCompile + test-compile + + testCompile + + + + diff --git a/staff_frontend_processing/src/app/orders-overview/orders-overview.component.html b/staff_frontend_processing/src/app/orders-overview/orders-overview.component.html index d0696e8..956f181 100644 --- a/staff_frontend_processing/src/app/orders-overview/orders-overview.component.html +++ b/staff_frontend_processing/src/app/orders-overview/orders-overview.component.html @@ -1,6 +1,6 @@
+ class="card col-lg-2 col-md-4 p-0 m-0 text-white bg-{{orderImportanceColour(order)}}">

{{order.order_id}} • {{toLocalDate(order.orderCreated)}}

{{order.orderStatus}}