TimRiker
Cirrocumulus
May 24, 2018It looks like your page in on
/test/. Can you load /test/js/bigipreport.js? It looks like the main javascript file never loaded? I'm guessing it's an old one and perhaps you didn't copy over the new resources from the update and you're trying to use an old js/bigipreport.js. If so, that won't work. You need to copy the new files from "Move....root" into your ReportRoot. ie:
to yourcss/*ReportRoot/css/
to yourimages/*ReportRoot/images/
to yourjs/*ReportRoot/js/
to yourjson/*ReportRoot/json/
This needs to happen with any new release you test. It might be nice if the build script would copy all the resources to avoid this issue. I run this:
xcopy /d /y /q /e 'Move the content of this folder to the configured report root\*' C:\inetpub\wwwroot\\
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)