From 04599c7730f238f1b573dae95db68104bbc4b908 Mon Sep 17 00:00:00 2001 From: thompsa Date: Mon, 8 Feb 2010 10:45:40 +1300 Subject: Make the del icon on the generated row match the existing table. --- config/haproxy-dev/haproxy_pool_edit.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config/haproxy-dev') diff --git a/config/haproxy-dev/haproxy_pool_edit.php b/config/haproxy-dev/haproxy_pool_edit.php index 5648f247..20104a5c 100755 --- a/config/haproxy-dev/haproxy_pool_edit.php +++ b/config/haproxy-dev/haproxy_pool_edit.php @@ -364,8 +364,9 @@ var addRowTo = (function() { } td = d.createElement("td"); td.rowSpan = "1"; + td.setAttribute("class","list"); - td.innerHTML = ''; + td.innerHTML = ''; tr.appendChild(td); tbody.appendChild(tr); }); -- cgit v1.2.3