mirror of
https://github.com/YunoHost-Apps/linuxdash_ynh.git
synced 2024-09-03 19:36:07 +02:00
5 lines
No EOL
159 B
HTML
5 lines
No EOL
159 B
HTML
<div class="progress-bar-container">
|
|
<div class="progress-bar" style="width:{{width}};">
|
|
<div style="width: {{ (value/max) * 100 }}%;"></div>
|
|
</div>
|
|
</div> |