aus Iflight soll jetzt CFlightProxy werden

This commit is contained in:
2022-12-05 23:09:56 +01:00
parent dfaa6f6c4c
commit 9c3cae8350
5 changed files with 68 additions and 31 deletions

View File

@ -21,8 +21,8 @@ function Meter2Km(key: string, row: any, data: string | null)
return val;
}
export default function FlightsTable(flightdata: IFlight[])
//export default function FlightsTable(flightdata: any)
//export default function FlightsTable(flightdata: IFlight[])
export default function FlightsTable(flightdata: any)
{
const headers: THeader[] = [
{ key: "IDFlight", label: "ID", visible: false },