summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbruno <bruno.stein@bluepex.com>2016-07-21 10:58:21 -0300
committerRenato Botelho <renato@netgate.com>2016-08-01 18:41:18 -0300
commit7fa323084c6528e607795617bac994e00afedf3c (patch)
tree22ed6ab151f27950c90ccecc37dae40582f31f33
parent3bc220542ee15d729cc280c1dd651322f2208533 (diff)
downloadpfsense-7fa323084c6528e607795617bac994e00afedf3c.zip
pfsense-7fa323084c6528e607795617bac994e00afedf3c.tar.gz
replace attribute 'name' to 'id' in openvpn status
(cherry picked from commit 5a5a11cd489bbf15e868c1607c74824c128d693f)
-rw-r--r--src/usr/local/www/status_openvpn.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/status_openvpn.php b/src/usr/local/www/status_openvpn.php
index caa4d8b..93ea45f 100644
--- a/src/usr/local/www/status_openvpn.php
+++ b/src/usr/local/www/status_openvpn.php
@@ -114,7 +114,7 @@ include("head.inc"); ?>
return;
}
- $('tr[name="r:' + values[1] + ":" + values[2] + '"]').each(
+ $('tr[id="r:' + values[1] + ":" + values[2] + '"]').each(
function(index,row) { $(row).fadeOut(1000); }
);
}
OpenPOWER on IntegriCloud