aus Iflight soll jetzt CFlightProxy werden
This commit is contained in:
@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user