summaryrefslogtreecommitdiffhomepage
path: root/modules/admin-full/htdocs
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-11-29 14:14:17 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-11-29 14:14:17 +0000
commit143131ea77822c3fa84a093f796aae1ee46120dc (patch)
treeec92ca49d4a15aada620f61c1923e9a3638b574c /modules/admin-full/htdocs
parenta3207ded531e9c1288f58642922fd0686aea8a8e (diff)
modules/admin-full: track non-tcp or udp connections, use /proc/net/nf_conntrack on newer systems
Diffstat (limited to 'modules/admin-full/htdocs')
-rw-r--r--modules/admin-full/htdocs/luci-static/resources/connections.svg3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/admin-full/htdocs/luci-static/resources/connections.svg b/modules/admin-full/htdocs/luci-static/resources/connections.svg
index 1db9d6314..816f7e6a7 100644
--- a/modules/admin-full/htdocs/luci-static/resources/connections.svg
+++ b/modules/admin-full/htdocs/luci-static/resources/connections.svg
@@ -11,6 +11,7 @@
<line x1="0" y1="75%" x2="100%" y2="75%" style="stroke:black;stroke-width:0.1" />
<text id="label_25" x="20" y="74%" style="fill:#999999; font-size:9pt"> </text>
- <polyline id="udp" points="" style="fill:blue;fill-opacity:0.4;stroke:blue;stroke-width:1" />
<polyline id="tcp" points="" style="fill:green;fill-opacity:0.4;stroke:green;stroke-width:1" />
+ <polyline id="udp" points="" style="fill:blue;fill-opacity:0.4;stroke:blue;stroke-width:1" />
+ <polyline id="other" points="" style="fill:red;fill-opacity:0.4;stroke:red;stroke-width:1" />
</svg>