mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
details: use uniformed expression of "Default"
We use both "Default" and "default" for controllers if no controller model needed. They should be the same expression and "Default" is a better choice. Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
This commit is contained in:
parent
05df5a6484
commit
4ccb1d862b
@ -3046,7 +3046,7 @@ class vmmDetails(vmmGObjectUI):
|
|||||||
self.widget("config-remove").set_sensitive(True)
|
self.widget("config-remove").set_sensitive(True)
|
||||||
|
|
||||||
uiutil.set_combo_entry(self.widget("controller-model"),
|
uiutil.set_combo_entry(self.widget("controller-model"),
|
||||||
dev.model or "default")
|
dev.model or "Default")
|
||||||
|
|
||||||
def refresh_filesystem_page(self):
|
def refresh_filesystem_page(self):
|
||||||
dev = self.get_hw_selection(HW_LIST_COL_DEVICE)
|
dev = self.get_hw_selection(HW_LIST_COL_DEVICE)
|
||||||
|
Loading…
Reference in New Issue
Block a user