Show updates pending while running domain
Maybe it is not useful for templates but I think it is better for StandaloneVMs since you will not notice pending updates until shutdown them with the other version.
This commit is contained in:
parent
52c38b67c6
commit
34bcabd79a
@ -420,7 +420,7 @@ class VmUpdateInfoWidget(QtGui.QWidget):
|
|||||||
outdated_state = "outdated"
|
outdated_state = "outdated"
|
||||||
break
|
break
|
||||||
|
|
||||||
elif self.vm.klass in {'TemplateVM', 'StandaloneVM'} and \
|
if self.vm.klass in {'TemplateVM', 'StandaloneVM'} and \
|
||||||
self.vm.features.get('updates-available', False):
|
self.vm.features.get('updates-available', False):
|
||||||
outdated_state = 'update'
|
outdated_state = 'update'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user