local view = ... ?>
General health
Storage
Floppy capacity
= view.storage.floppycapacity.value ?>
if (view.storage.floppycapacity.used) then ?>
0% | = view.storage.floppycapacity.used ?>% | = (100-view.storage.floppycapacity.used) ?>% | 100% |
= view.storage.floppycapacity.used_label ?> | | =Used | | =Free |
end ?>
Disk capacity
= view.storage.hdcapacity.value ?>
if (view.storage.hdcapacity.used) then ?>
0% | = view.storage.hdcapacity.used ?>% | = (100-view.storage.hdcapacity.used) ?>% | 100% |
= view.storage.hdcapacity.used_label ?> | | =Used | | =Free |
end ?>
Disk partitions
= view.storage.partitions ?>
--[[ DEBUG INFORMATION
require("debugs")
io.write(debugs.variables(view))
--]]
?>