Actually use red color for the outdated tag
这个提交包含在:
父节点
d88a902db9
当前提交
567117ea59
@ -158,7 +158,7 @@ class VmInfoWidget (QWidget):
|
||||
outdated = vm.is_outdated()
|
||||
if outdated != self.previous_outdated:
|
||||
if outdated:
|
||||
self.label_name.setText(vm.name + "<small><font color=\"gray\"> (outdated)</font></small>")
|
||||
self.label_name.setText(vm.name + "<small><font color=\"red\"> (outdated)</font></small>")
|
||||
else:
|
||||
self.label_name.setText(vm.name)
|
||||
self.previous_outdated = outdated
|
||||
|
正在加载...
在新工单中引用
屏蔽一个用户