Switch fields

This commit is contained in:
Gogs 2021-06-16 22:07:08 +02:00
parent 4375975002
commit 9bdf500359
2 changed files with 121 additions and 121 deletions

View File

@ -1,49 +1,49 @@
columns: columns:
id: id:
label: id label: id
type: text type: text
aircraft_type_id: aircraft_type_id:
label: aircraft_type_id label: aircraft_type_id
type: text type: text
home_airport_id: home_airport_id:
label: home_airport_id label: home_airport_id
type: text type: text
airport_id: airport_id:
label: airport_id label: airport_id
type: text type: text
name: name:
label: name label: name
type: text type: text
registration: registration:
label: registration label: registration
type: text type: text
in_use: in_use:
label: in_use label: in_use
type: text type: switch
total_miles: total_miles:
label: total_miles label: total_miles
type: text type: text
total_fuel: total_fuel:
label: total_fuel label: total_fuel
type: text type: text
total_flight_time: total_flight_time:
label: total_flight_time label: total_flight_time
type: text type: text
total_expenses: total_expenses:
label: total_expenses label: total_expenses
type: text type: text
current_check: current_check:
label: current_check label: current_check
type: text type: text
last_a_check: last_a_check:
label: last_a_check label: last_a_check
type: text type: text
last_b_check: last_b_check:
label: last_b_check label: last_b_check
type: text type: text
last_c_check: last_c_check:
label: last_c_check label: last_c_check
type: text type: text
last_d_check: last_d_check:
label: last_d_check label: last_d_check
type: text type: text

View File

@ -1,74 +1,74 @@
columns: columns:
id: id:
label: id label: id
type: text type: text
aircraft_manufacturer: aircraft_manufacturer:
label: aircraft_manufacturer label: aircraft_manufacturer
relation: aircraft_manufacturer relation: aircraft_manufacturer
type: text type: text
valueFrom: name valueFrom: name
typerating: typerating:
label: typerating label: typerating
relation: typerating relation: typerating
type: text type: text
valueFrom: name valueFrom: name
only_charter: only_charter:
label: only_charter label: only_charter
type: text type: switch
type: type:
label: type label: type
type: text type: text
description: description:
label: description label: description
type: text type: text
simbrief_type: simbrief_type:
label: simbrief_type label: simbrief_type
type: text type: text
wingspan: wingspan:
label: wingspan label: wingspan
type: text type: text
length: length:
label: length label: length
type: text type: text
cruise_speed: cruise_speed:
label: cruise_speed label: cruise_speed
type: text type: text
range: range:
label: range label: range
type: text type: text
engines: engines:
label: engines label: engines
type: text type: text
dom: dom:
label: dom label: dom
type: number type: number
mpld: mpld:
label: mpld label: mpld
type: number type: number
mzfm: mzfm:
label: mzfm label: mzfm
type: number type: number
fuel_capacity: fuel_capacity:
label: fuel_capacity label: fuel_capacity
type: number type: number
mtom: mtom:
label: mtom label: mtom
type: number type: number
mlam: mlam:
label: mlam label: mlam
type: number type: number
max_fl: max_fl:
label: max_fl label: max_fl
type: number type: number
capacity_flight_crew: capacity_flight_crew:
label: capacity_flight_crew label: capacity_flight_crew
type: number type: number
capacity_cabin_crew: capacity_cabin_crew:
label: capacity_cabin_crew label: capacity_cabin_crew
type: number type: number
capacity_passengers: capacity_passengers:
label: capacity_passengers label: capacity_passengers
type: number type: number
capacity_cargo: capacity_cargo:
label: capacity_cargo label: capacity_cargo
type: number type: number