diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-09-13 07:27:34 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-09-13 07:27:34 +0000 |
commit | 2bc02e44b41ffbfcc0ccad59d09409b6bee5bbef (patch) | |
tree | 1478a5eb98567745d0fa30b51510ce0c42dcc795 /modules/admin-full/htdocs | |
parent | 5d10db24ef0fa5a0226aba88b26a41511c1cefcb (diff) |
modules/admin-full: add wireless live stats
Diffstat (limited to 'modules/admin-full/htdocs')
-rw-r--r-- | modules/admin-full/htdocs/luci-static/resources/wireless.svg | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/modules/admin-full/htdocs/luci-static/resources/wireless.svg b/modules/admin-full/htdocs/luci-static/resources/wireless.svg new file mode 100644 index 000000000..99d9840f6 --- /dev/null +++ b/modules/admin-full/htdocs/luci-static/resources/wireless.svg @@ -0,0 +1,16 @@ +<?xml version="1.0" standalone="no"?> +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"> + +<svg width="100%" height="100%" version="1.1" xmlns="http://www.w3.org/2000/svg"> + <line x1="0" y1="25%" x2="100%" y2="25%" style="stroke:black;stroke-width:0.1" /> + <text id="label_75" x="20" y="24%" style="fill:#999999; font-size:9pt"> </text> + + <line x1="0" y1="50%" x2="100%" y2="50%" style="stroke:black;stroke-width:0.1" /> + <text id="label_50" x="20" y="49%" style="fill:#999999; font-size:9pt"> </text> + + <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="rssi" points="" style="fill:blue;fill-opacity:0.4;stroke:blue;stroke-width:1" /> + <polyline id="noise" points="" style="fill:red;fill-opacity:0.4;stroke:red;stroke-width:1" /> +</svg> |