Fix missing template updates-available
This commit is contained in:
parent
78ba3057eb
commit
a77cc5172d
@ -388,6 +388,9 @@ class VmUpdateInfoWidget(QtGui.QWidget):
|
|||||||
outdated_state = "outdated"
|
outdated_state = "outdated"
|
||||||
break
|
break
|
||||||
|
|
||||||
|
elif self.vm.klass == 'TemplateVM' and self.vm.features.get('updates-available', False):
|
||||||
|
outdated_state = 'update'
|
||||||
|
|
||||||
self.update_status_widget(outdated_state)
|
self.update_status_widget(outdated_state)
|
||||||
|
|
||||||
def update_status_widget(self, state):
|
def update_status_widget(self, state):
|
||||||
|
Loading…
Reference in New Issue
Block a user