fixing internal stats
This commit is contained in:
parent
79902ee26d
commit
4c08f65218
|
@ -441,6 +441,9 @@ class InternalStatsRow(OrderedDict):
|
||||||
|
|
||||||
canary = False
|
canary = False
|
||||||
for _ac in ac.device.actions:
|
for _ac in ac.device.actions:
|
||||||
|
if not _ac.type == 'Snapshot':
|
||||||
|
continue
|
||||||
|
|
||||||
if _ac.created < ac.created:
|
if _ac.created < ac.created:
|
||||||
canary = True
|
canary = True
|
||||||
break
|
break
|
||||||
|
|
Reference in New Issue