Admin cleanup
This commit is contained in:
+9
-2
@@ -904,6 +904,9 @@
|
||||
|
||||
// Circuit modal functions
|
||||
function showCircuitModal(localFlightId = null, arrivalId = null) {
|
||||
localFlightId = localFlightId || currentLocalFlightId;
|
||||
arrivalId = arrivalId || currentArrivalId;
|
||||
|
||||
if (!localFlightId && !arrivalId) return;
|
||||
|
||||
// Set the current IDs
|
||||
@@ -2593,11 +2596,15 @@
|
||||
const tableHelpTexts = {
|
||||
arrivals: {
|
||||
title: "Today's Pending Arrivals",
|
||||
text: "Displays aircraft that are expected to arrive at Swansea today. These are flights that have filed PPRs or have been booked in as arriving. Aircraft in this list are actively planning to land today."
|
||||
text: "Displays aircraft that are expected to arrive at Swansea today. These are PPR arrivals and aircraft booked in as arrivals."
|
||||
},
|
||||
departures: {
|
||||
title: "Today's Pending Departures",
|
||||
text: "Displays aircraft that are ready to depart from Swansea today. This includes flights with approved PPRs awaiting departure, local flights that have been booked out, and departures to other airfields. These aircraft will depart today."
|
||||
text: "Displays visiting aircraft and airport departures that are ready to leave Swansea today. Local flights are shown in their own table."
|
||||
},
|
||||
"local-flights": {
|
||||
title: "Today's Local Flights",
|
||||
text: "Displays local and circuit flights booked out today, with shortcuts for contact, takeoff, circuit work, touch-and-go, and landing."
|
||||
},
|
||||
overflights: {
|
||||
title: "Active Overflights",
|
||||
|
||||
Reference in New Issue
Block a user