PhilShannon_334
Sep 27, 2017Nimbostratus
I fixed this by changing line 1263 of bigipreport.js to
function showPoolDetails(pool, loadbalancer, layer){
originally this line was:
function showPoolDetails(pool, loadbalancer, layer = "first"){
I fixed this by changing line 1263 of bigipreport.js to
function showPoolDetails(pool, loadbalancer, layer){
originally this line was:
function showPoolDetails(pool, loadbalancer, layer = "first"){