mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
domain: Fix details performance page graph scaling
This was busted in a88a28d0
https://bugzilla.redhat.com/show_bug.cgi?id=1823218
Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
@@ -109,8 +109,6 @@ class _VMStatsList(vmmGObject):
|
||||
return vector
|
||||
|
||||
def get_in_out_vector(self, name1, name2, limit, ceil):
|
||||
if ceil is None:
|
||||
ceil = max(self.get_record(name1), self.get_record(name2), 10.0)
|
||||
return (self.get_vector(name1, limit, ceil=ceil),
|
||||
self.get_vector(name2, limit, ceil=ceil))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user