能否告知首页显示温度的代码在哪个文件。

hx801217】 在 https://github.com/istoreos/istoreos/issues/158 发布:
/usr/lib/lua/luci/view/admin_status/index.htm里面找过了,没找到。
因为我是AMD的cpu,需要加上<%:CPU Temperature%><%=luci.sys.exec(“sensors | grep -E ‘temp1’”)%>代码,和安装lm-sensors才能显示,想请问下具体的位置,或者是怎么实现的