summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorRadek Vykydal <rvykydal@redhat.com>2012-03-07 10:36:56 +0100
committerRadek Vykydal <rvykydal@redhat.com>2012-03-07 14:10:12 +0100
commitdfcd48bd3b7cedc033365d70c98da766bfa15b9c (patch)
tree524dd8529f011be4ba516beb1026a0388cacff23 /data
parentae7914b7448bda441fe08def2e998dd544b091f5 (diff)
downloadanaconda-dfcd48bd3b7cedc033365d70c98da766bfa15b9c.tar.gz
anaconda-dfcd48bd3b7cedc033365d70c98da766bfa15b9c.tar.xz
anaconda-dfcd48bd3b7cedc033365d70c98da766bfa15b9c.zip
iscsi: add iface binding support to discovery and setup GUI (#500273)
Resolves: rhbz#500273 In this initial support all used nodes will be either iface bound using default iface.
Diffstat (limited to 'data')
-rw-r--r--data/ui/adddrive.glade33
1 files changed, 33 insertions, 0 deletions
diff --git a/data/ui/adddrive.glade b/data/ui/adddrive.glade
index cf8ad47ce..6a0a7cc7a 100644
--- a/data/ui/adddrive.glade
+++ b/data/ui/adddrive.glade
@@ -140,6 +140,39 @@
</child>
<child>
+ <widget class="GtkAlignment" id="alignment2">
+ <property name="visible">True</property>
+ <property name="xalign">0.5</property>
+ <property name="yalign">0.5</property>
+ <property name="xscale">1</property>
+ <property name="yscale">1</property>
+ <property name="top_padding">0</property>
+ <property name="bottom_padding">0</property>
+ <property name="left_padding">18</property>
+ <property name="right_padding">0</property>
+
+ <child>
+ <widget class="GtkCheckButton" id="iscsiBindCheck">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="label" translatable="yes">_Bind targets to network interfaces</property>
+ <property name="use_underline">True</property>
+ <property name="relief">GTK_RELIEF_NORMAL</property>
+ <property name="focus_on_click">True</property>
+ <property name="active">False</property>
+ <property name="inconsistent">False</property>
+ <property name="draw_indicator">True</property>
+ </widget>
+ </child>
+ </widget>
+ <packing>
+ <property name="padding">0</property>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ </packing>
+ </child>
+
+ <child>
<widget class="GtkRadioButton" id="zfcpRadio">
<property name="visible">True</property>
<property name="label" translatable="yes">Add _ZFCP LUN</property>