1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/linuxdash_ynh.git synced 2024-09-03 19:36:07 +02:00
linuxdash_ynh/sources/templates/app/progress-bar-plugin.html

5 lines
159 B
HTML
Raw Normal View History

<div class="progress-bar-container">
<div class="progress-bar" style="width:{{width}};">
<div style="width: {{ (value/max) * 100 }}%;"></div>
</div>
</div>