OverView page not showing all data after all hotfix's
Posted by
Oilman on
May 30, 2016; 7:58pm
URL: https://itus.accessinnov.com/OverView-page-not-showing-all-data-after-all-hotfix-s-tp995.html
noticed after the hotfixes the uptime, memory section, network section and active connections were not showing.
I solved the problem by editing the file /usr/lib/lua/luci/view/admin_status/index.htm replacing the two lines below
<script type="text/rocketscript" data-rocketsrc="<%=resource%>/cbi.js"></script>
<script type="text/rocketscript">//<![CDATA[
With the two lines below
<script type="text/javascript" src="<%=resource%>/cbi.js"></script>
<script type="text/javascript">//<![CDATA[
The hot fixes of 8.1, 8.2 an 8.3 changed these lines and it stop working for me correctly, I put the two original lines back and it works fine for now me. I am using Firefox so maybe some browers can handle the rocketscript.
FYI