From 54f0e1d33fbe0627c10fc5e924322653961a10d6 Mon Sep 17 00:00:00 2001 From: Nicolargo Date: Tue, 25 Oct 2016 14:02:03 +0200 Subject: [PATCH] Change initialisation step for alert (do not change anythink) --- glances/logs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glances/logs.py b/glances/logs.py index 4c81aeab..0e3d952e 100644 --- a/glances/logs.py +++ b/glances/logs.py @@ -147,7 +147,7 @@ class GlancesLogs(object): 1, # COUNT [], # TOP 3 PROCESS LIST proc_desc, # MONITORED PROCESSES DESC - 'cpu_percent'] # TOP PROCESS SORTKEY + glances_processes.sort_key] # TOP PROCESS SORTKEY # Add the item to the list self.logs_list.insert(0, item)