Compare commits

..

No commits in common. "7a4d9072df7f7f71bc96fbab33a60cca780738ae" and "66d8e890fb5f1b4644144ffea454ef06769a3311" have entirely different histories.

1 changed files with 150 additions and 147 deletions

View File

@ -69,6 +69,9 @@ async function getpage(url)
function format(equipment, exclude)
{
const result = []
// todo: notes as footers instead of column
// todo: invert available X mark
// todo: remove a column if always empty
Object.keys(equipment).forEach(table => {
const columnsizes = {}