<%# Copyright 2008 Steven Barth Copyright 2008-2018 Jo-Philipp Wich Licensed to the public under the Apache License 2.0. -%> <% local boardinfo = luci.util.ubus("system", "board") or { } local unameinfo = nixio.uname() or { } local ver = require "luci.version" %>

<%:System%>

<%:Hostname%>
<%=luci.sys.hostname() or "?"%>
<%:Model%>
<%=pcdata(boardinfo.model or "?")%>
<%:Architecture%>
<%=pcdata(boardinfo.system or "?")%>
<%:Firmware Version%>
<%=pcdata(ver.distname)%> <%=pcdata(ver.distversion)%> / <%=pcdata(ver.luciname)%> (<%=pcdata(ver.luciversion)%>)
<%:Kernel Version%>
<%=unameinfo.release or "?"%>
<%:Local Time%>
-
<%:Uptime%>
-
<%:Load Average%>
-