summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2010-05-12 12:23:40 -0400
committerChris Lumens <clumens@redhat.com>2010-05-12 12:24:31 -0400
commit7718cd5ab808a9b0d52f8a92852c6adc68e3a589 (patch)
tree3c009c0ff18da8bd6b4764c664228e1b8fec7237 /iw
parent5b4c1f73b35dfe8aefaf89396c53300d841b6488 (diff)
downloadanaconda-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.py1
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