src/main/webapp/views/pipeline.html
@@ -129,6 +129,8 @@ },500); $(document).on('click','#site-table tr', function () { var siteId = $(this).children("td").eq(0).html(); if (siteId !== null && siteId !== "") { layer.open({ type: 1, title: false, @@ -143,7 +145,7 @@ } }) console.log($(this).children("td").eq(0).html()); } });