mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
11 lines
323 B
Plaintext
11 lines
323 B
Plaintext
<%- include('atc/board.ejs', {
|
|
"boardId": "strip-board-tower",
|
|
"boardType": "tower",
|
|
"headers": [ "Flight", "a. Alt", "alt", "a. Speed", "Speed" ]
|
|
}) %>
|
|
|
|
<%- include('atc/board.ejs', {
|
|
"boardId": "strip-board-ground",
|
|
"boardType": "ground",
|
|
"headers": [ "Flight", "Status", "T/O Time", "TTG" ]
|
|
}) %> |