luci-mod-system: add id for software/freespace div 2193/head
authorRosy Song <rosysong@rosinson.com>
Sun, 30 Sep 2018 04:07:45 +0000 (12:07 +0800)
committerRosy Song <rosysong@rosinson.com>
Sun, 30 Sep 2018 04:07:45 +0000 (12:07 +0800)
Signed-off-by: Rosy Song <rosysong@rosinson.com>
modules/luci-mod-system/luasrc/view/admin_system/packages.htm

index 280eabb8eab7a105831b7d7c9d7efef7730ce5f7..0adbcb49347e1cc1e8793ae36b84a0a8dc2ed5e8 100644 (file)
@@ -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%>%">&#160;</div>
                                        </div>
                                </div>