mirror of
https://github.com/nicolargo/glances.git
synced 2026-03-15 12:27:24 -04:00
Merge pull request #755 from nclsHart/fix-webui-hddtemp
Fix hddtemp not displayed in web ui
This commit is contained in:
@@ -31,7 +31,7 @@ class GlancesWebServer(object):
|
||||
|
||||
def __init__(self, config=None, args=None):
|
||||
# Init stats
|
||||
self.stats = GlancesStats(config)
|
||||
self.stats = GlancesStats(config, args)
|
||||
|
||||
if not WINDOWS and args.no_kernel_threads:
|
||||
# Ignore kernel threads in process list
|
||||
|
||||
Reference in New Issue
Block a user