mirror of https://github.com/nicolargo/glances.git
Sparkline not working - Web UI not done
This commit is contained in:
parent
2d997ac36f
commit
92db000a75
|
|
@ -75,7 +75,7 @@ class Sparkline(object):
|
|||
def post_char(self):
|
||||
return self.__post_char
|
||||
|
||||
def get(self):
|
||||
def get(self, overwrite=''):
|
||||
"""Return the sparkline."""
|
||||
ret = sparklines(self.percents, minimum=0, maximum=100)[0]
|
||||
if self.__with_text:
|
||||
|
|
|
|||
Loading…
Reference in New Issue