# | Line 64 | Line 64 | function showDisks($diskRoot, $units, $input) { | |
---|---|---|
64 | $used = "$diskRoot.p$i.attributes.used"; | |
65 | $kbytes = "$diskRoot.p$i.attributes.kbytes"; | |
66 | showBar("$name ($mount)", $used, $kbytes, $units, $input); | |
67 | – | echo "$name ($mount) - $used/$kbytes<br>"; |
67 | } | |
68 | else { | |
69 | break; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |