X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fweb%2Fflows%2Fsrc%2Fmain%2Fresources%2Fjs%2Fpage.js;h=094562fac07252b182e601774e79209d0a473e20;hb=refs%2Fchanges%2F36%2F4336%2F1;hp=6b4cfa00253ef4f36026a51f639fba6af02ed4b6;hpb=b12a5f4b5613a3cbe2c87fe5bb0362a71a69d667;p=controller.git diff --git a/opendaylight/web/flows/src/main/resources/js/page.js b/opendaylight/web/flows/src/main/resources/js/page.js index 6b4cfa0025..094562fac0 100644 --- a/opendaylight/web/flows/src/main/resources/js/page.js +++ b/opendaylight/web/flows/src/main/resources/js/page.js @@ -390,8 +390,8 @@ one.f.flows = { $tr = $(tr); $span = $("td span", $tr); var flowstatus = $span.data("flowstatus"); - if($span.data("installInHw") != null) { - var installInHw = $span.data("installInHw").toString(); + if($span.data("installinhw") != null) { + var installInHw = $span.data("installinhw").toString(); if(installInHw == "true" && flowstatus == "Success") { $tr.addClass("success"); } else {