Files
recorder/docroot/table/config.js
2022-04-17 19:36:13 +02:00

18 lines
328 B
JavaScript

export default {
/* Titles of columns in the table. May be "". */
column_titles: {
face: "",
topic: "Topic",
fulldate: "Date/Time",
name: "Name",
user: "User",
batt: "Battery",
tid: "TID",
cc: "CC",
addr: "Address",
vel: "Vel",
cog: "CoG",
},
};