[PATCH 01/10] Vlan support: GUI - add vlan device (glade) (#906272)

Radek Vykydal rvykydal at redhat.com
Mon Mar 11 13:15:23 UTC 2013


---
 pyanaconda/ui/gui/spokes/network.glade | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pyanaconda/ui/gui/spokes/network.glade b/pyanaconda/ui/gui/spokes/network.glade
index 31b485a..7f084dd 100644
--- a/pyanaconda/ui/gui/spokes/network.glade
+++ b/pyanaconda/ui/gui/spokes/network.glade
@@ -14,6 +14,10 @@
         <col id="0" translatable="yes">Bond</col>
         <col id="1" translatable="yes">bond</col>
       </row>
+      <row>
+        <col id="0" translatable="yes">Vlan</col>
+        <col id="1" translatable="yes">vlan</col>
+      </row>
     </data>
   </object>
   <object class="GtkDialog" id="add_device_dialog">
-- 
1.7.11.7



More information about the anaconda-patches mailing list