gluon/package/gluon-status-page-mesh-olsrd/luasrc/lib/gluon/status-page/mesh.lua
Maciej Krüger 087a6afacf rest
2022-08-11 11:13:43 +02:00

11 lines
274 B
Lua

return {
provider = '/cgi-bin/dyn/neighbours-olsrd',
-- List of mesh-specific attributes, each a tuple of
-- 1) the internal identifier (JSON key)
-- 2) human-readable key (not translatable yet)
-- 3) value suffix (optional)
attrs = {
{'etx', 'Quality', ' '},
},
}