(no commit message)
[project/luci.git] / module / public-core / src / view / public_status / routes.htm
index 046c789..85b0221 100644 (file)
 <th><%:metric Metrik%></th>
 <th><%:iface Schnittstelle%></th>
 </tr>
-<% for i, r in pairs(ffluci.sys.net.routes()) do %>
+<%
+local routes = ffluci.sys.net.routes()
+
+for i, r in pairs(routes) do
+%>
 <tr>
 <td><%=ffluci.sys.net.hexip4(r.Destination)%></td>
 <td><%=ffluci.sys.net.hexip4(r.Mask)%></td>