X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=modules%2Fluci-mod-admin-full%2Fluasrc%2Fview%2Fadmin_system%2Fpackages.htm;h=fe2fe0436699b94e93c14517e729cef06fbda182;hp=1ceda47852490cff4504548a6892d202f79eeef2;hb=3288fe76ab3d2269abcf902d0df6f847c6200e8e;hpb=7347cf00cb3a39e6b33026ad872beee6e3b0c6e7;ds=sidebyside diff --git a/modules/luci-mod-admin-full/luasrc/view/admin_system/packages.htm b/modules/luci-mod-admin-full/luasrc/view/admin_system/packages.htm index 1ceda4785..fe2fe0436 100644 --- a/modules/luci-mod-admin-full/luasrc/view/admin_system/packages.htm +++ b/modules/luci-mod-admin-full/luasrc/view/admin_system/packages.htm @@ -132,7 +132,7 @@ end <%:Package name%> <%:Version%> - <% local empty = true; luci.model.ipkg.list_installed(querypat, function(n, v, d) empty = false; filter[n] = true %> + <% local empty = true; luci.model.ipkg.list_installed(querypat, function(n, v, s, d) empty = false; filter[n] = true %> <%:Remove%> <%=luci.util.pcdata(n)%> @@ -164,13 +164,15 @@ end   <%:Package name%> <%:Version%> + <%:Size (.ipk)%> <%:Description%> - <% local empty = true; opkg_list(querypat or letterpat, function(n, v, d) if filter[n] then return end; empty = false %> + <% local empty = true; opkg_list(querypat or letterpat, function(n, v, s, d) if filter[n] then return end; empty = false %> <%:Install%> <%=luci.util.pcdata(n)%> <%=luci.util.pcdata(v)%> + <%=luci.util.pcdata(s)%> <%=luci.util.pcdata(d)%> <% end) %> @@ -179,6 +181,7 @@ end   <%:none%> <%:none%> + <%:none%> <%:none%> <% end %>