<%# Argon is a clean HTML5 theme for LuCI. It is based on luci-theme-material Argon Template luci-theme-argon Copyright 2020 Jerrykuku Have a bug? Please create an issue here on GitHub! https://github.com/jerrykuku/luci-theme-argon/issues luci-theme-material: Copyright 2015 Lutty Yang Agron Theme https://demos.creative-tim.com/argon-dashboard/index.html Licensed to the public under the Apache License 2.0 -%> <% local handle = io.popen("/usr/bin/gateway-id") local gateway_id = handle:read("*a") handle:close() -%> <% local ver = require "luci.version" %>
Gateway ID: <%=gateway_id%>