devicebits in logging ook iets meer friendly tonen

svn path=/Website/trunk/; revision=41554
This commit is contained in:
Jos Groot Lipman
2019-03-14 10:50:48 +00:00
parent fc4d27bd1f
commit 5588c66616

View File

@@ -397,6 +397,8 @@ function __DumpCollection(pCollection, params)
if (itemname.match(/(^date|van$|tot$|datum)/)
|| (numv > 946684800000 && numv < 2145916800000)) // 2000-2038
sLog += "&nbsp;<em style='font-size:smaller'>" + toISODateTimeString(new Date(parseInt(v)), true) + "</em>";
if (itemname == "devicebits")
sLog += "&nbsp;<em style='font-size:smaller'>0x" + numv.toString(2) + "</em>";
}
}
else