From ce55704aec437eb66157b5fbbc0e87e6a36c3ee2 Mon Sep 17 00:00:00 2001 From: Peter Kasza Date: Sat, 14 Apr 2012 22:46:00 +0200 Subject: Removed the N/A text, when interface is not found. --- src/Plugins/Monitors/Net.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Plugins/Monitors/Net.hs b/src/Plugins/Monitors/Net.hs index 4951169..96a68c3 100644 --- a/src/Plugins/Monitors/Net.hs +++ b/src/Plugins/Monitors/Net.hs @@ -106,7 +106,7 @@ printNet nd = (tx, tb) <- formatNet t parseTemplate [d,rx,tx,rb,tb] Down -> return "" - NA -> return "N/A" + NA -> return "" parseNet :: NetDevRef -> String -> IO NetDev parseNet nref nd = do -- cgit v1.2.3