summaryrefslogtreecommitdiffstats
path: root/deluge/plugins/Stats/deluge/plugins/stats/template/graph.html
diff options
context:
space:
mode:
Diffstat (limited to 'deluge/plugins/Stats/deluge/plugins/stats/template/graph.html')
-rw-r--r--deluge/plugins/Stats/deluge/plugins/stats/template/graph.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/deluge/plugins/Stats/deluge/plugins/stats/template/graph.html b/deluge/plugins/Stats/deluge/plugins/stats/template/graph.html
new file mode 100644
index 000000000..2ff803bcb
--- /dev/null
+++ b/deluge/plugins/Stats/deluge/plugins/stats/template/graph.html
@@ -0,0 +1,12 @@
+$:render.header(_("Network Graph"), 'graph')
+$:render.admin_toolbar('graph')
+
+<div style="padding-left:20px">
+
+<img src="$base/graph/network.png?height=300&width=1000"><br \>
+<img src="$base/graph/connections.png?height=300&width=1000"><br \>
+</div>
+
+
+
+$:render.footer()