diff options
author | ficus <ficus@robocracy.org> | 2012-09-25 15:59:18 +0200 |
---|---|---|
committer | ficus <ficus@robocracy.org> | 2012-09-25 15:59:18 +0200 |
commit | 79b260db495e94430d499906f321dc022c68fec1 (patch) | |
tree | 71b33694a9b9f7fc7f43b611191dc2cd5d1e1fc5 /torouterui/templates/logs.html | |
parent | fe4b8a01fc87d1a76fca8e8733270a260aa23cc0 (diff) | |
download | tui-79b260db495e94430d499906f321dc022c68fec1.tar.gz tui-79b260db495e94430d499906f321dc022c68fec1.zip |
basic tor control (needs testing)
Diffstat (limited to 'torouterui/templates/logs.html')
-rw-r--r-- | torouterui/templates/logs.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/torouterui/templates/logs.html b/torouterui/templates/logs.html index c5ea52a..118c0e0 100644 --- a/torouterui/templates/logs.html +++ b/torouterui/templates/logs.html @@ -5,5 +5,6 @@ {{ lib.logbox("dmesg", logs.dmesg) }} {{ lib.logbox("auth.log", logs.authlog) }} {{ lib.logbox("syslog", logs.syslog) }} +{{ lib.logbox("tor", logs.tor) }} {% endblock %} |