From 5d1a18250974e25b56250f86ad3b2a7024b791dc Mon Sep 17 00:00:00 2001 From: panaaj <38519157+panaaj@users.noreply.github.com> Date: Fri, 10 Jan 2025 08:55:47 +1030 Subject: [PATCH] autopilot console alignment --- src/app/app.component.html | 3 +- .../modules/autopilot/autopilot.component.css | 3 +- .../modules/autopilot/autopilot.component.ts | 153 ++++++++++++++---- 3 files changed, 127 insertions(+), 32 deletions(-) diff --git a/src/app/app.component.html b/src/app/app.component.html index 0a660ee9..07c5296d 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -734,7 +734,8 @@ - @if(app.data.autopilot.hasApi) { + @if(app.data.autopilot.hasApi && + app.data.vessels.self.autopilot.default) {