Changed Rocket.toml to be example and fixed HDD bars

This commit is contained in:
2024-05-26 17:34:11 +01:00
parent e35a3d2b8d
commit a0fd3ada07
3 changed files with 4 additions and 2 deletions

View File

@@ -49,7 +49,7 @@
<h3 class="node_data">{{disk.name}}</h3>
<p class="subheading">Mounted at: <span class="node_data">{{disk.mount_point}}</span></p>
<p><span class="node_data">{{disk.available_space}}</span> of <span class="node_data">{{disk.total_space}}</span> available</p>
<progress class="diskspace" max="{{disk.total_space_bytes}}" value="{{disk.available_space_bytes}}"></progress>
<progress class="diskspace" max="{{disk.total_space_bytes}}" value="{{disk.consumed_space_bytes}}"></progress>
{% if not loop.last %}
<hr>
{% endif %}