diff --git a/gluon/gluon-luci-theme/files/usr/lib/lua/luci/view/themes/gluon/header.htm b/gluon/gluon-luci-theme/files/usr/lib/lua/luci/view/themes/gluon/header.htm index c0f10b7..730647b 100644 --- a/gluon/gluon-luci-theme/files/usr/lib/lua/luci/view/themes/gluon/header.htm +++ b/gluon/gluon-luci-theme/files/usr/lib/lua/luci/view/themes/gluon/header.htm @@ -16,8 +16,10 @@ $Id$ local sys = require "luci.sys" local http = require "luci.http" local disp = require "luci.dispatcher" + local fs = require "nixio.fs" local hostname = sys.hostname() + local release = fs.readfile("/lib/gluon/release") local load1, load5, load15 = sys.loadavg() local request = disp.context.path @@ -116,6 +118,9 @@ $Id$