Merge pull request #2193 from rosysong/freespace
luci-mod-system: add id for software/freespace div
This commit is contained in:
commit
807fc816bb
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ end
|
|||
|
||||
<div class="cbi-value cbi-value-last">
|
||||
<%:Free space%>: <strong><%=(100-used_perc)%>%</strong> (<strong><%=wa.byte_format(free_byte)%></strong>)
|
||||
<div style="margin:3px 0; width:300px; height:10px; border:1px solid #000000; background-color:#80C080">
|
||||
<div style="margin:3px 0; width:300px; height:10px; border:1px solid #000000; background-color:#80C080" id="swfreespace">
|
||||
<div style="background-color:#F08080; border-right:1px solid #000000; height:100%; width:<%=used_perc%>%"> </div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue