<%# Copyright 2008 Steven Barth Copyright 2008-2018 Jo-Philipp Wich Licensed to the public under the Apache License 2.0. -%> <% local sysinfo = luci.util.ubus("system", "info") or { } local has_swap = sysinfo.swap and sysinfo.swap.total > 0 or false %>

<%:Memory%>

<%:Total Available%>
<%:Free%>
<%:Buffered%>
<% if has_swap then %>

<%:Swap%>

<%:Total Available%>
<%:Free%>
<% end %>