mirror of
https://github.com/owntracks/recorder.git
synced 2024-11-15 18:08:28 -07:00
ef3d90534a
addresses #117
18 lines
268 B
JavaScript
18 lines
268 B
JavaScript
config = {
|
|
|
|
/* 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"
|
|
}
|
|
};
|