network_traffic: do not hide by default down iface

This commit is contained in:
Simon Legner 2014-11-04 08:22:46 +01:00
parent 9591de4461
commit 96d7b78e2d

View File

@ -30,7 +30,7 @@ class NetworkTraffic(IntervalModule):
format = "{interface} \u2197{bytes_sent}kB/s \u2198{bytes_recv}kB/s" format = "{interface} \u2197{bytes_sent}kB/s \u2198{bytes_recv}kB/s"
format_down = "{interface} \u2013" format_down = "{interface} \u2013"
hide_down = True hide_down = False
interface = "eth0" interface = "eth0"
divisor = 1024 divisor = 1024
round_size = None round_size = None