summaryrefslogtreecommitdiffhomepage
path: root/modules
diff options
context:
space:
mode:
authorRosy Song <rosysong@rosinson.com>2018-09-30 12:07:45 +0800
committerRosy Song <rosysong@rosinson.com>2018-09-30 12:07:45 +0800
commit258dc1312afd140fbf2f74e1f7f78e76a48dd3b2 (patch)
tree621f01da4599338299d17e13d7fcfdac1eafd77c /modules
parent15fc6bf48d0e856d3390ba929bee0165fa81d673 (diff)
luci-mod-system: add id for software/freespace div
Signed-off-by: Rosy Song <rosysong@rosinson.com>
Diffstat (limited to 'modules')
-rw-r--r--modules/luci-mod-system/luasrc/view/admin_system/packages.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-mod-system/luasrc/view/admin_system/packages.htm b/modules/luci-mod-system/luasrc/view/admin_system/packages.htm
index 280eabb8e..0adbcb493 100644
--- a/modules/luci-mod-system/luasrc/view/admin_system/packages.htm
+++ b/modules/luci-mod-system/luasrc/view/admin_system/packages.htm
@@ -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>