diff options
author | Chris Lumens <clumens@redhat.com> | 2010-05-12 12:23:40 -0400 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2010-05-12 12:24:31 -0400 |
commit | 7718cd5ab808a9b0d52f8a92852c6adc68e3a589 (patch) | |
tree | 3c009c0ff18da8bd6b4764c664228e1b8fec7237 /iw | |
parent | 5b4c1f73b35dfe8aefaf89396c53300d841b6488 (diff) | |
download | anaconda-7718cd5ab808a9b0d52f8a92852c6adc68e3a589.tar.gz anaconda-7718cd5ab808a9b0d52f8a92852c6adc68e3a589.tar.xz anaconda-7718cd5ab808a9b0d52f8a92852c6adc68e3a589.zip |
Add "Serial Number" column to the right side of the cleardisks UI.
Related: rhbz#560666
Diffstat (limited to 'iw')
-rw-r--r-- | iw/cleardisks_gui.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iw/cleardisks_gui.py b/iw/cleardisks_gui.py index 0fee70863..5d2159c2a 100644 --- a/iw/cleardisks_gui.py +++ b/iw/cleardisks_gui.py @@ -144,6 +144,7 @@ class ClearDisksWindow (InstallWindow): self.rightDS.createSelectionCol(title=_("Boot\nLoader"), radioButton=True) self.rightDS.addColumn(_("Model"), 6) self.rightDS.addColumn(_("Capacity"), 7) + self.rightDS.addColumn(_("Serial Number"), 10, displayed=False) # Store the first disk (according to our detected BIOS order) for # auto boot device selection |