Authored by qinchao

修改bug 自动切换node nginx

... ... @@ -412,7 +412,7 @@
checkedFlag=" checked ";
}
htmlContent += '<div class="ckbox ckbox-primary" style="display: inline">'
+' <input readonly type="checkbox" id="dockerOnlineClusterId_'+key+'" name="dockerOnlineClusterId" '
+' <input readonly disabled type="checkbox" id="dockerOnlineClusterId_'+key+'" name="dockerOnlineClusterId" '
+checkedFlag
+' value="'+key+'"/>'
+' <label for="dockerOnlineClusterId_' + key + '">'+global_all_clusters[key]+'</label>&nbsp;&nbsp;&nbsp;</div>';
... ... @@ -428,7 +428,7 @@
checkedFlag=" checked ";
}
htmlContent += '<div class="ckbox ckbox-primary" style="display: inline">'
+' <input readonly type="checkbox" id="dockerGrayClusterId_'+key+'" name="dockerGrayClusterId" '
+' <input readonly disabled type="checkbox" id="dockerGrayClusterId_'+key+'" name="dockerGrayClusterId" '
+checkedFlag
+' value="'+key+'"/>'
+' <label for="dockerGrayClusterId_'+key+'">'+global_all_clusters[key]+'</label>&nbsp;&nbsp;&nbsp;</div>';
... ...