diff --git a/infrastructure/main.tf b/infrastructure/main.tf index c87877d5f..03989b32c 100644 --- a/infrastructure/main.tf +++ b/infrastructure/main.tf @@ -37,7 +37,6 @@ locals { environment = terraform.workspace service_name = "${local.common_name}-${local.environment}" create_app_service_plan = true - service_plan_kind = "Linux" image_name = "timetracker_ui" } diff --git a/src/app/modules/customer-management/pages/customer.component.html b/src/app/modules/customer-management/pages/customer.component.html index 39c79b4e6..26d24f4ba 100644 --- a/src/app/modules/customer-management/pages/customer.component.html +++ b/src/app/modules/customer-management/pages/customer.component.html @@ -1,6 +1,7 @@