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.
这个提交包含在:
父节点
52c38b67c6
当前提交
34bcabd79a
@ -420,7 +420,7 @@ class VmUpdateInfoWidget(QtGui.QWidget):
|
||||
outdated_state = "outdated"
|
||||
break
|
||||
|
||||
elif self.vm.klass in {'TemplateVM', 'StandaloneVM'} and \
|
||||
if self.vm.klass in {'TemplateVM', 'StandaloneVM'} and \
|
||||
self.vm.features.get('updates-available', False):
|
||||
outdated_state = 'update'
|
||||
|
||||
|
正在加载...
在新工单中引用
屏蔽一个用户