removed unneccessary code
1dce2c03
1 file(s) · +0 −4
| 112 | 112 | <h3>IPFS Node</h3> |
|
| 113 | 113 | </div> |
|
| 114 | 114 | <p>RepoSize: <span id="repoSize">-</span></p> |
|
| 115 | - | <p>StorageMax: <span id="storageMax">-</span></p> |
|
| 116 | 115 | <p>Objects: <span id="objects">-</span></p> |
|
| 117 | 116 | <p>Bandwidth In: <span id="rateIn">-</span></p> |
|
| 118 | 117 | <p>Bandwidth Out: <span id="rateOut">-</span></p> |
|
| 196 | 195 | // IPFS |
|
| 197 | 196 | document.getElementById("repoSize").textContent = formatBytes( |
|
| 198 | 197 | data.RepoSize, |
|
| 199 | - | ); |
|
| 200 | - | document.getElementById("storageMax").textContent = formatBytes( |
|
| 201 | - | data.StorageMax, |
|
| 202 | 198 | ); |
|
| 203 | 199 | document.getElementById("objects").textContent = |
|
| 204 | 200 | data.NumObjects.toLocaleString(); |
|