recorder/docroot/table/config.js
2015-10-15 15:49:12 +02:00

16 lines
240 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"
}
};