~ubuntu-branches/ubuntu/precise/virt-manager/precise-updates

« back to all changes in this revision

Viewing changes to src/vmm-host.glade

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Léonard
  • Date: 2010-03-25 09:14:38 UTC
  • mto: (1.2.1 upstream) (2.1.15 sid)
  • mto: This revision was merged to the branch mainline in revision 31.
  • Revision ID: james.westby@ubuntu.com-20100325091438-03vv382wj8jqgr26
Tags: upstream-0.8.4
Import upstream version 0.8.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
469
469
                      </packing>
470
470
                    </child>
471
471
                    <child>
472
 
                      <widget class="GtkVBox" id="net-details">
 
472
                      <widget class="GtkNotebook" id="network-pages">
473
473
                        <property name="visible">True</property>
474
 
                        <property name="orientation">vertical</property>
475
 
                        <property name="spacing">20</property>
476
 
                        <child>
477
 
                          <widget class="GtkFrame" id="frame3">
478
 
                            <property name="visible">True</property>
479
 
                            <property name="label_xalign">0</property>
480
 
                            <property name="shadow_type">none</property>
481
 
                            <child>
482
 
                              <widget class="GtkTable" id="table4">
483
 
                                <property name="visible">True</property>
484
 
                                <property name="border_width">6</property>
485
 
                                <property name="n_rows">4</property>
486
 
                                <property name="n_columns">2</property>
487
 
                                <property name="column_spacing">3</property>
488
 
                                <property name="row_spacing">3</property>
489
 
                                <child>
490
 
                                  <widget class="GtkLabel" id="label56">
491
 
                                    <property name="visible">True</property>
492
 
                                    <property name="xalign">0</property>
493
 
                                    <property name="label" translatable="yes">Name:</property>
494
 
                                  </widget>
495
 
                                  <packing>
496
 
                                    <property name="x_options">GTK_FILL</property>
497
 
                                    <property name="y_options"></property>
498
 
                                  </packing>
499
 
                                </child>
500
 
                                <child>
501
 
                                  <widget class="GtkEntry" id="net-name">
502
 
                                    <property name="visible">True</property>
503
 
                                    <property name="can_focus">True</property>
504
 
                                    <property name="editable">False</property>
505
 
                                  </widget>
506
 
                                  <packing>
507
 
                                    <property name="left_attach">1</property>
508
 
                                    <property name="right_attach">2</property>
509
 
                                    <property name="y_options"></property>
510
 
                                  </packing>
511
 
                                </child>
512
 
                                <child>
513
 
                                  <widget class="GtkLabel" id="label58">
514
 
                                    <property name="visible">True</property>
515
 
                                    <property name="xalign">0</property>
516
 
                                    <property name="label" translatable="yes">Device:</property>
517
 
                                  </widget>
518
 
                                  <packing>
519
 
                                    <property name="top_attach">1</property>
520
 
                                    <property name="bottom_attach">2</property>
521
 
                                    <property name="x_options">GTK_FILL</property>
522
 
                                    <property name="y_options"></property>
523
 
                                  </packing>
524
 
                                </child>
525
 
                                <child>
526
 
                                  <widget class="GtkEntry" id="net-device">
527
 
                                    <property name="visible">True</property>
528
 
                                    <property name="can_focus">True</property>
529
 
                                    <property name="editable">False</property>
530
 
                                  </widget>
531
 
                                  <packing>
532
 
                                    <property name="left_attach">1</property>
533
 
                                    <property name="right_attach">2</property>
534
 
                                    <property name="top_attach">1</property>
535
 
                                    <property name="bottom_attach">2</property>
536
 
                                    <property name="y_options"></property>
537
 
                                  </packing>
538
 
                                </child>
539
 
                                <child>
540
 
                                  <widget class="GtkLabel" id="label63">
541
 
                                    <property name="visible">True</property>
542
 
                                    <property name="xalign">0</property>
543
 
                                    <property name="label" translatable="yes">State:</property>
544
 
                                  </widget>
545
 
                                  <packing>
546
 
                                    <property name="top_attach">2</property>
547
 
                                    <property name="bottom_attach">3</property>
548
 
                                    <property name="x_options">GTK_FILL</property>
549
 
                                    <property name="y_options"></property>
550
 
                                  </packing>
551
 
                                </child>
552
 
                                <child>
553
 
                                  <widget class="GtkHBox" id="hbox3">
554
 
                                    <property name="visible">True</property>
555
 
                                    <property name="spacing">3</property>
556
 
                                    <child>
557
 
                                      <widget class="GtkImage" id="net-state-icon">
558
 
                                        <property name="visible">True</property>
559
 
                                        <property name="stock">gtk-missing-image</property>
560
 
                                      </widget>
561
 
                                      <packing>
562
 
                                        <property name="expand">False</property>
563
 
                                        <property name="position">0</property>
564
 
                                      </packing>
565
 
                                    </child>
566
 
                                    <child>
567
 
                                      <widget class="GtkLabel" id="net-state">
568
 
                                        <property name="visible">True</property>
569
 
                                        <property name="xalign">0</property>
570
 
                                        <property name="label">Running</property>
571
 
                                      </widget>
572
 
                                      <packing>
573
 
                                        <property name="position">1</property>
574
 
                                      </packing>
575
 
                                    </child>
576
 
                                  </widget>
577
 
                                  <packing>
578
 
                                    <property name="left_attach">1</property>
579
 
                                    <property name="right_attach">2</property>
580
 
                                    <property name="top_attach">2</property>
581
 
                                    <property name="bottom_attach">3</property>
582
 
                                    <property name="x_options">GTK_FILL</property>
583
 
                                    <property name="y_options">GTK_FILL</property>
584
 
                                  </packing>
585
 
                                </child>
586
 
                                <child>
587
 
                                  <widget class="GtkLabel" id="label70">
588
 
                                    <property name="visible">True</property>
589
 
                                    <property name="xalign">0</property>
590
 
                                    <property name="label" translatable="yes">A_utostart:</property>
591
 
                                    <property name="use_underline">True</property>
592
 
                                    <property name="mnemonic_widget">net-autostart</property>
593
 
                                  </widget>
594
 
                                  <packing>
595
 
                                    <property name="top_attach">3</property>
596
 
                                    <property name="bottom_attach">4</property>
597
 
                                    <property name="x_options">GTK_FILL</property>
598
 
                                    <property name="y_options"></property>
599
 
                                  </packing>
600
 
                                </child>
601
 
                                <child>
602
 
                                  <widget class="GtkCheckButton" id="net-autostart">
603
 
                                    <property name="label">Some Label</property>
604
 
                                    <property name="visible">True</property>
605
 
                                    <property name="can_focus">True</property>
606
 
                                    <property name="receives_default">False</property>
607
 
                                    <property name="use_underline">True</property>
608
 
                                    <property name="draw_indicator">True</property>
609
 
                                    <signal name="toggled" handler="on_net_autostart_toggled"/>
610
 
                                  </widget>
611
 
                                  <packing>
612
 
                                    <property name="left_attach">1</property>
613
 
                                    <property name="right_attach">2</property>
614
 
                                    <property name="top_attach">3</property>
615
 
                                    <property name="bottom_attach">4</property>
616
 
                                    <property name="x_options">GTK_FILL</property>
617
 
                                    <property name="y_options"></property>
618
 
                                  </packing>
619
 
                                </child>
620
 
                              </widget>
621
 
                            </child>
622
 
                            <child>
623
 
                              <widget class="GtkLabel" id="label26">
624
 
                                <property name="visible">True</property>
625
 
                                <property name="xalign">0</property>
626
 
                                <property name="label" translatable="yes">&lt;b&gt;Basic details&lt;/b&gt;</property>
627
 
                                <property name="use_markup">True</property>
628
 
                              </widget>
629
 
                              <packing>
630
 
                                <property name="type">label_item</property>
631
 
                              </packing>
632
 
                            </child>
633
 
                          </widget>
634
 
                          <packing>
635
 
                            <property name="expand">False</property>
636
 
                            <property name="position">0</property>
637
 
                          </packing>
638
 
                        </child>
639
 
                        <child>
640
 
                          <widget class="GtkFrame" id="frame4">
641
 
                            <property name="visible">True</property>
642
 
                            <property name="label_xalign">0</property>
643
 
                            <property name="shadow_type">none</property>
644
 
                            <child>
645
 
                              <widget class="GtkTable" id="table3">
646
 
                                <property name="visible">True</property>
647
 
                                <property name="border_width">6</property>
648
 
                                <property name="n_rows">4</property>
649
 
                                <property name="n_columns">2</property>
650
 
                                <property name="column_spacing">3</property>
651
 
                                <property name="row_spacing">3</property>
652
 
                                <child>
653
 
                                  <widget class="GtkLabel" id="label52">
654
 
                                    <property name="visible">True</property>
655
 
                                    <property name="xalign">0</property>
656
 
                                    <property name="label" translatable="yes">Network:</property>
657
 
                                  </widget>
658
 
                                  <packing>
659
 
                                    <property name="x_options">GTK_FILL</property>
660
 
                                    <property name="y_options"></property>
661
 
                                  </packing>
662
 
                                </child>
663
 
                                <child>
664
 
                                  <widget class="GtkLabel" id="label54">
665
 
                                    <property name="visible">True</property>
666
 
                                    <property name="xalign">0</property>
667
 
                                    <property name="label" translatable="yes">DHCP start:</property>
668
 
                                  </widget>
669
 
                                  <packing>
670
 
                                    <property name="top_attach">1</property>
671
 
                                    <property name="bottom_attach">2</property>
672
 
                                    <property name="x_options">GTK_FILL</property>
673
 
                                    <property name="y_options"></property>
674
 
                                  </packing>
675
 
                                </child>
676
 
                                <child>
677
 
                                  <widget class="GtkLabel" id="label55">
678
 
                                    <property name="visible">True</property>
679
 
                                    <property name="xalign">0</property>
680
 
                                    <property name="label" translatable="yes">DHCP end:</property>
681
 
                                  </widget>
682
 
                                  <packing>
683
 
                                    <property name="top_attach">2</property>
684
 
                                    <property name="bottom_attach">3</property>
685
 
                                    <property name="x_options">GTK_FILL</property>
686
 
                                    <property name="y_options"></property>
687
 
                                  </packing>
688
 
                                </child>
689
 
                                <child>
690
 
                                  <widget class="GtkEntry" id="net-ip4-network">
691
 
                                    <property name="visible">True</property>
692
 
                                    <property name="can_focus">True</property>
693
 
                                    <property name="editable">False</property>
694
 
                                  </widget>
695
 
                                  <packing>
696
 
                                    <property name="left_attach">1</property>
697
 
                                    <property name="right_attach">2</property>
698
 
                                    <property name="y_options"></property>
699
 
                                  </packing>
700
 
                                </child>
701
 
                                <child>
702
 
                                  <widget class="GtkEntry" id="net-ip4-dhcp-start">
703
 
                                    <property name="visible">True</property>
704
 
                                    <property name="can_focus">True</property>
705
 
                                    <property name="editable">False</property>
706
 
                                  </widget>
707
 
                                  <packing>
708
 
                                    <property name="left_attach">1</property>
709
 
                                    <property name="right_attach">2</property>
710
 
                                    <property name="top_attach">1</property>
711
 
                                    <property name="bottom_attach">2</property>
712
 
                                    <property name="y_options"></property>
713
 
                                  </packing>
714
 
                                </child>
715
 
                                <child>
716
 
                                  <widget class="GtkEntry" id="net-ip4-dhcp-end">
717
 
                                    <property name="visible">True</property>
718
 
                                    <property name="can_focus">True</property>
719
 
                                    <property name="editable">False</property>
720
 
                                  </widget>
721
 
                                  <packing>
722
 
                                    <property name="left_attach">1</property>
723
 
                                    <property name="right_attach">2</property>
724
 
                                    <property name="top_attach">2</property>
725
 
                                    <property name="bottom_attach">3</property>
726
 
                                    <property name="y_options"></property>
727
 
                                  </packing>
728
 
                                </child>
729
 
                                <child>
730
 
                                  <widget class="GtkLabel" id="label3">
731
 
                                    <property name="visible">True</property>
732
 
                                    <property name="xalign">0</property>
733
 
                                    <property name="label" translatable="yes">Forwarding:</property>
734
 
                                  </widget>
735
 
                                  <packing>
736
 
                                    <property name="top_attach">3</property>
737
 
                                    <property name="bottom_attach">4</property>
738
 
                                    <property name="x_options">GTK_FILL</property>
739
 
                                    <property name="y_options"></property>
740
 
                                  </packing>
741
 
                                </child>
742
 
                                <child>
743
 
                                  <widget class="GtkHBox" id="hbox6">
744
 
                                    <property name="visible">True</property>
745
 
                                    <property name="spacing">3</property>
746
 
                                    <child>
747
 
                                      <widget class="GtkImage" id="net-ip4-forwarding-icon">
748
 
                                        <property name="visible">True</property>
749
 
                                        <property name="stock">gtk-missing-image</property>
750
 
                                      </widget>
751
 
                                      <packing>
752
 
                                        <property name="expand">False</property>
753
 
                                        <property name="fill">False</property>
754
 
                                        <property name="position">0</property>
755
 
                                      </packing>
756
 
                                    </child>
757
 
                                    <child>
758
 
                                      <widget class="GtkLabel" id="net-ip4-forwarding">
759
 
                                        <property name="visible">True</property>
760
 
                                        <property name="xalign">0</property>
761
 
                                        <property name="label" translatable="yes">NAT to any physical device</property>
762
 
                                      </widget>
763
 
                                      <packing>
764
 
                                        <property name="expand">False</property>
765
 
                                        <property name="fill">False</property>
766
 
                                        <property name="position">1</property>
767
 
                                      </packing>
768
 
                                    </child>
769
 
                                  </widget>
770
 
                                  <packing>
771
 
                                    <property name="left_attach">1</property>
772
 
                                    <property name="right_attach">2</property>
773
 
                                    <property name="top_attach">3</property>
774
 
                                    <property name="bottom_attach">4</property>
775
 
                                    <property name="x_options">GTK_FILL</property>
776
 
                                    <property name="y_options">GTK_FILL</property>
777
 
                                  </packing>
778
 
                                </child>
779
 
                              </widget>
780
 
                            </child>
781
 
                            <child>
782
 
                              <widget class="GtkLabel" id="label27">
783
 
                                <property name="visible">True</property>
784
 
                                <property name="label" translatable="yes">&lt;b&gt;IPv4 configuration&lt;/b&gt;</property>
785
 
                                <property name="use_markup">True</property>
786
 
                              </widget>
787
 
                              <packing>
788
 
                                <property name="type">label_item</property>
789
 
                              </packing>
790
 
                            </child>
791
 
                          </widget>
792
 
                          <packing>
793
 
                            <property name="position">1</property>
794
 
                          </packing>
795
 
                        </child>
796
 
                        <child>
797
 
                          <widget class="GtkHSeparator" id="hseparator1">
798
 
                            <property name="visible">True</property>
799
 
                          </widget>
800
 
                          <packing>
801
 
                            <property name="expand">False</property>
802
 
                            <property name="position">2</property>
 
474
                        <property name="can_focus">True</property>
 
475
                        <property name="show_border">False</property>
 
476
                        <child>
 
477
                          <widget class="GtkVBox" id="net-details">
 
478
                            <property name="visible">True</property>
 
479
                            <property name="orientation">vertical</property>
 
480
                            <property name="spacing">20</property>
 
481
                            <child>
 
482
                              <widget class="GtkFrame" id="frame3">
 
483
                                <property name="visible">True</property>
 
484
                                <property name="label_xalign">0</property>
 
485
                                <property name="shadow_type">none</property>
 
486
                                <child>
 
487
                                  <widget class="GtkTable" id="table4">
 
488
                                    <property name="visible">True</property>
 
489
                                    <property name="border_width">6</property>
 
490
                                    <property name="n_rows">4</property>
 
491
                                    <property name="n_columns">2</property>
 
492
                                    <property name="column_spacing">3</property>
 
493
                                    <property name="row_spacing">3</property>
 
494
                                    <child>
 
495
                                      <widget class="GtkLabel" id="label56">
 
496
                                        <property name="visible">True</property>
 
497
                                        <property name="xalign">0</property>
 
498
                                        <property name="label" translatable="yes">Name:</property>
 
499
                                      </widget>
 
500
                                      <packing>
 
501
                                        <property name="x_options">GTK_FILL</property>
 
502
                                        <property name="y_options"></property>
 
503
                                      </packing>
 
504
                                    </child>
 
505
                                    <child>
 
506
                                      <widget class="GtkEntry" id="net-name">
 
507
                                        <property name="visible">True</property>
 
508
                                        <property name="can_focus">True</property>
 
509
                                        <property name="editable">False</property>
 
510
                                        <property name="invisible_char">&#x25CF;</property>
 
511
                                      </widget>
 
512
                                      <packing>
 
513
                                        <property name="left_attach">1</property>
 
514
                                        <property name="right_attach">2</property>
 
515
                                        <property name="y_options"></property>
 
516
                                      </packing>
 
517
                                    </child>
 
518
                                    <child>
 
519
                                      <widget class="GtkLabel" id="label58">
 
520
                                        <property name="visible">True</property>
 
521
                                        <property name="xalign">0</property>
 
522
                                        <property name="label" translatable="yes">Device:</property>
 
523
                                      </widget>
 
524
                                      <packing>
 
525
                                        <property name="top_attach">1</property>
 
526
                                        <property name="bottom_attach">2</property>
 
527
                                        <property name="x_options">GTK_FILL</property>
 
528
                                        <property name="y_options"></property>
 
529
                                      </packing>
 
530
                                    </child>
 
531
                                    <child>
 
532
                                      <widget class="GtkEntry" id="net-device">
 
533
                                        <property name="visible">True</property>
 
534
                                        <property name="can_focus">True</property>
 
535
                                        <property name="editable">False</property>
 
536
                                        <property name="invisible_char">&#x25CF;</property>
 
537
                                      </widget>
 
538
                                      <packing>
 
539
                                        <property name="left_attach">1</property>
 
540
                                        <property name="right_attach">2</property>
 
541
                                        <property name="top_attach">1</property>
 
542
                                        <property name="bottom_attach">2</property>
 
543
                                        <property name="y_options"></property>
 
544
                                      </packing>
 
545
                                    </child>
 
546
                                    <child>
 
547
                                      <widget class="GtkLabel" id="label63">
 
548
                                        <property name="visible">True</property>
 
549
                                        <property name="xalign">0</property>
 
550
                                        <property name="label" translatable="yes">State:</property>
 
551
                                      </widget>
 
552
                                      <packing>
 
553
                                        <property name="top_attach">2</property>
 
554
                                        <property name="bottom_attach">3</property>
 
555
                                        <property name="x_options">GTK_FILL</property>
 
556
                                        <property name="y_options"></property>
 
557
                                      </packing>
 
558
                                    </child>
 
559
                                    <child>
 
560
                                      <widget class="GtkHBox" id="hbox3">
 
561
                                        <property name="visible">True</property>
 
562
                                        <property name="spacing">3</property>
 
563
                                        <child>
 
564
                                          <widget class="GtkImage" id="net-state-icon">
 
565
                                            <property name="visible">True</property>
 
566
                                            <property name="stock">gtk-missing-image</property>
 
567
                                          </widget>
 
568
                                          <packing>
 
569
                                            <property name="expand">False</property>
 
570
                                            <property name="position">0</property>
 
571
                                          </packing>
 
572
                                        </child>
 
573
                                        <child>
 
574
                                          <widget class="GtkLabel" id="net-state">
 
575
                                            <property name="visible">True</property>
 
576
                                            <property name="xalign">0</property>
 
577
                                            <property name="label">Running</property>
 
578
                                          </widget>
 
579
                                          <packing>
 
580
                                            <property name="position">1</property>
 
581
                                          </packing>
 
582
                                        </child>
 
583
                                      </widget>
 
584
                                      <packing>
 
585
                                        <property name="left_attach">1</property>
 
586
                                        <property name="right_attach">2</property>
 
587
                                        <property name="top_attach">2</property>
 
588
                                        <property name="bottom_attach">3</property>
 
589
                                        <property name="x_options">GTK_FILL</property>
 
590
                                        <property name="y_options">GTK_FILL</property>
 
591
                                      </packing>
 
592
                                    </child>
 
593
                                    <child>
 
594
                                      <widget class="GtkLabel" id="label70">
 
595
                                        <property name="visible">True</property>
 
596
                                        <property name="xalign">0</property>
 
597
                                        <property name="label" translatable="yes">A_utostart:</property>
 
598
                                        <property name="use_underline">True</property>
 
599
                                        <property name="mnemonic_widget">net-autostart</property>
 
600
                                      </widget>
 
601
                                      <packing>
 
602
                                        <property name="top_attach">3</property>
 
603
                                        <property name="bottom_attach">4</property>
 
604
                                        <property name="x_options">GTK_FILL</property>
 
605
                                        <property name="y_options"></property>
 
606
                                      </packing>
 
607
                                    </child>
 
608
                                    <child>
 
609
                                      <widget class="GtkCheckButton" id="net-autostart">
 
610
                                        <property name="label">Some Label</property>
 
611
                                        <property name="visible">True</property>
 
612
                                        <property name="can_focus">True</property>
 
613
                                        <property name="receives_default">False</property>
 
614
                                        <property name="use_underline">True</property>
 
615
                                        <property name="draw_indicator">True</property>
 
616
                                        <signal name="toggled" handler="on_net_autostart_toggled"/>
 
617
                                      </widget>
 
618
                                      <packing>
 
619
                                        <property name="left_attach">1</property>
 
620
                                        <property name="right_attach">2</property>
 
621
                                        <property name="top_attach">3</property>
 
622
                                        <property name="bottom_attach">4</property>
 
623
                                        <property name="x_options">GTK_FILL</property>
 
624
                                        <property name="y_options"></property>
 
625
                                      </packing>
 
626
                                    </child>
 
627
                                  </widget>
 
628
                                </child>
 
629
                                <child>
 
630
                                  <widget class="GtkLabel" id="label26">
 
631
                                    <property name="visible">True</property>
 
632
                                    <property name="xalign">0</property>
 
633
                                    <property name="label" translatable="yes">&lt;b&gt;Basic details&lt;/b&gt;</property>
 
634
                                    <property name="use_markup">True</property>
 
635
                                  </widget>
 
636
                                  <packing>
 
637
                                    <property name="type">label_item</property>
 
638
                                  </packing>
 
639
                                </child>
 
640
                              </widget>
 
641
                              <packing>
 
642
                                <property name="expand">False</property>
 
643
                                <property name="position">0</property>
 
644
                              </packing>
 
645
                            </child>
 
646
                            <child>
 
647
                              <widget class="GtkFrame" id="frame4">
 
648
                                <property name="visible">True</property>
 
649
                                <property name="label_xalign">0</property>
 
650
                                <property name="shadow_type">none</property>
 
651
                                <child>
 
652
                                  <widget class="GtkTable" id="table3">
 
653
                                    <property name="visible">True</property>
 
654
                                    <property name="border_width">6</property>
 
655
                                    <property name="n_rows">4</property>
 
656
                                    <property name="n_columns">2</property>
 
657
                                    <property name="column_spacing">3</property>
 
658
                                    <property name="row_spacing">3</property>
 
659
                                    <child>
 
660
                                      <widget class="GtkLabel" id="label52">
 
661
                                        <property name="visible">True</property>
 
662
                                        <property name="xalign">0</property>
 
663
                                        <property name="label" translatable="yes">Network:</property>
 
664
                                      </widget>
 
665
                                      <packing>
 
666
                                        <property name="x_options">GTK_FILL</property>
 
667
                                        <property name="y_options"></property>
 
668
                                      </packing>
 
669
                                    </child>
 
670
                                    <child>
 
671
                                      <widget class="GtkLabel" id="label54">
 
672
                                        <property name="visible">True</property>
 
673
                                        <property name="xalign">0</property>
 
674
                                        <property name="label" translatable="yes">DHCP start:</property>
 
675
                                      </widget>
 
676
                                      <packing>
 
677
                                        <property name="top_attach">1</property>
 
678
                                        <property name="bottom_attach">2</property>
 
679
                                        <property name="x_options">GTK_FILL</property>
 
680
                                        <property name="y_options"></property>
 
681
                                      </packing>
 
682
                                    </child>
 
683
                                    <child>
 
684
                                      <widget class="GtkLabel" id="label55">
 
685
                                        <property name="visible">True</property>
 
686
                                        <property name="xalign">0</property>
 
687
                                        <property name="label" translatable="yes">DHCP end:</property>
 
688
                                      </widget>
 
689
                                      <packing>
 
690
                                        <property name="top_attach">2</property>
 
691
                                        <property name="bottom_attach">3</property>
 
692
                                        <property name="x_options">GTK_FILL</property>
 
693
                                        <property name="y_options"></property>
 
694
                                      </packing>
 
695
                                    </child>
 
696
                                    <child>
 
697
                                      <widget class="GtkEntry" id="net-ip4-network">
 
698
                                        <property name="visible">True</property>
 
699
                                        <property name="can_focus">True</property>
 
700
                                        <property name="editable">False</property>
 
701
                                        <property name="invisible_char">&#x25CF;</property>
 
702
                                      </widget>
 
703
                                      <packing>
 
704
                                        <property name="left_attach">1</property>
 
705
                                        <property name="right_attach">2</property>
 
706
                                        <property name="y_options"></property>
 
707
                                      </packing>
 
708
                                    </child>
 
709
                                    <child>
 
710
                                      <widget class="GtkEntry" id="net-ip4-dhcp-start">
 
711
                                        <property name="visible">True</property>
 
712
                                        <property name="can_focus">True</property>
 
713
                                        <property name="editable">False</property>
 
714
                                        <property name="invisible_char">&#x25CF;</property>
 
715
                                      </widget>
 
716
                                      <packing>
 
717
                                        <property name="left_attach">1</property>
 
718
                                        <property name="right_attach">2</property>
 
719
                                        <property name="top_attach">1</property>
 
720
                                        <property name="bottom_attach">2</property>
 
721
                                        <property name="y_options"></property>
 
722
                                      </packing>
 
723
                                    </child>
 
724
                                    <child>
 
725
                                      <widget class="GtkEntry" id="net-ip4-dhcp-end">
 
726
                                        <property name="visible">True</property>
 
727
                                        <property name="can_focus">True</property>
 
728
                                        <property name="editable">False</property>
 
729
                                        <property name="invisible_char">&#x25CF;</property>
 
730
                                      </widget>
 
731
                                      <packing>
 
732
                                        <property name="left_attach">1</property>
 
733
                                        <property name="right_attach">2</property>
 
734
                                        <property name="top_attach">2</property>
 
735
                                        <property name="bottom_attach">3</property>
 
736
                                        <property name="y_options"></property>
 
737
                                      </packing>
 
738
                                    </child>
 
739
                                    <child>
 
740
                                      <widget class="GtkLabel" id="label22">
 
741
                                        <property name="visible">True</property>
 
742
                                        <property name="xalign">0</property>
 
743
                                        <property name="label" translatable="yes">Forwarding:</property>
 
744
                                      </widget>
 
745
                                      <packing>
 
746
                                        <property name="top_attach">3</property>
 
747
                                        <property name="bottom_attach">4</property>
 
748
                                        <property name="x_options">GTK_FILL</property>
 
749
                                        <property name="y_options"></property>
 
750
                                      </packing>
 
751
                                    </child>
 
752
                                    <child>
 
753
                                      <widget class="GtkHBox" id="hbox6">
 
754
                                        <property name="visible">True</property>
 
755
                                        <property name="spacing">3</property>
 
756
                                        <child>
 
757
                                          <widget class="GtkImage" id="net-ip4-forwarding-icon">
 
758
                                            <property name="visible">True</property>
 
759
                                            <property name="stock">gtk-missing-image</property>
 
760
                                          </widget>
 
761
                                          <packing>
 
762
                                            <property name="expand">False</property>
 
763
                                            <property name="fill">False</property>
 
764
                                            <property name="position">0</property>
 
765
                                          </packing>
 
766
                                        </child>
 
767
                                        <child>
 
768
                                          <widget class="GtkLabel" id="net-ip4-forwarding">
 
769
                                            <property name="visible">True</property>
 
770
                                            <property name="xalign">0</property>
 
771
                                            <property name="label" translatable="yes">NAT to any physical device</property>
 
772
                                          </widget>
 
773
                                          <packing>
 
774
                                            <property name="expand">False</property>
 
775
                                            <property name="fill">False</property>
 
776
                                            <property name="position">1</property>
 
777
                                          </packing>
 
778
                                        </child>
 
779
                                      </widget>
 
780
                                      <packing>
 
781
                                        <property name="left_attach">1</property>
 
782
                                        <property name="right_attach">2</property>
 
783
                                        <property name="top_attach">3</property>
 
784
                                        <property name="bottom_attach">4</property>
 
785
                                        <property name="x_options">GTK_FILL</property>
 
786
                                        <property name="y_options">GTK_FILL</property>
 
787
                                      </packing>
 
788
                                    </child>
 
789
                                  </widget>
 
790
                                </child>
 
791
                                <child>
 
792
                                  <widget class="GtkLabel" id="label27">
 
793
                                    <property name="visible">True</property>
 
794
                                    <property name="label" translatable="yes">&lt;b&gt;IPv4 configuration&lt;/b&gt;</property>
 
795
                                    <property name="use_markup">True</property>
 
796
                                  </widget>
 
797
                                  <packing>
 
798
                                    <property name="type">label_item</property>
 
799
                                  </packing>
 
800
                                </child>
 
801
                              </widget>
 
802
                              <packing>
 
803
                                <property name="position">1</property>
 
804
                              </packing>
 
805
                            </child>
 
806
                            <child>
 
807
                              <widget class="GtkHSeparator" id="hseparator1">
 
808
                                <property name="visible">True</property>
 
809
                              </widget>
 
810
                              <packing>
 
811
                                <property name="expand">False</property>
 
812
                                <property name="position">2</property>
 
813
                              </packing>
 
814
                            </child>
 
815
                          </widget>
 
816
                        </child>
 
817
                        <child>
 
818
                          <widget class="GtkLabel" id="label3">
 
819
                            <property name="visible">True</property>
 
820
                            <property name="label">info</property>
 
821
                          </widget>
 
822
                          <packing>
 
823
                            <property name="tab_fill">False</property>
 
824
                            <property name="type">tab</property>
 
825
                          </packing>
 
826
                        </child>
 
827
                        <child>
 
828
                          <widget class="GtkLabel" id="network-error-label">
 
829
                            <property name="visible">True</property>
 
830
                            <property name="label">some error here</property>
 
831
                          </widget>
 
832
                          <packing>
 
833
                            <property name="position">1</property>
 
834
                          </packing>
 
835
                        </child>
 
836
                        <child>
 
837
                          <widget class="GtkLabel" id="label21">
 
838
                            <property name="visible">True</property>
 
839
                            <property name="label">error</property>
 
840
                          </widget>
 
841
                          <packing>
 
842
                            <property name="position">1</property>
 
843
                            <property name="tab_fill">False</property>
 
844
                            <property name="type">tab</property>
803
845
                          </packing>
804
846
                        </child>
805
847
                      </widget>
989
1031
                      </packing>
990
1032
                    </child>
991
1033
                    <child>
992
 
                      <widget class="GtkAlignment" id="alignment13">
 
1034
                      <widget class="GtkNotebook" id="storage-pages">
993
1035
                        <property name="visible">True</property>
994
 
                        <property name="left_padding">6</property>
 
1036
                        <property name="can_focus">True</property>
 
1037
                        <property name="show_border">False</property>
995
1038
                        <child>
996
 
                          <widget class="GtkVBox" id="pool-details">
 
1039
                          <widget class="GtkAlignment" id="alignment13">
997
1040
                            <property name="visible">True</property>
998
 
                            <property name="orientation">vertical</property>
999
 
                            <property name="spacing">6</property>
 
1041
                            <property name="left_padding">6</property>
1000
1042
                            <child>
1001
 
                              <widget class="GtkTable" id="table5">
 
1043
                              <widget class="GtkVBox" id="pool-details">
1002
1044
                                <property name="visible">True</property>
1003
 
                                <property name="n_rows">5</property>
1004
 
                                <property name="n_columns">2</property>
1005
 
                                <property name="column_spacing">8</property>
1006
 
                                <property name="row_spacing">3</property>
1007
 
                                <child>
1008
 
                                  <widget class="GtkLabel" id="label73">
1009
 
                                    <property name="visible">True</property>
1010
 
                                    <property name="xalign">0</property>
1011
 
                                    <property name="label" translatable="yes">Pool Type:</property>
1012
 
                                  </widget>
1013
 
                                  <packing>
1014
 
                                    <property name="top_attach">1</property>
1015
 
                                    <property name="bottom_attach">2</property>
1016
 
                                    <property name="x_options">GTK_FILL</property>
1017
 
                                    <property name="y_options"></property>
1018
 
                                  </packing>
1019
 
                                </child>
1020
 
                                <child>
1021
 
                                  <widget class="GtkLabel" id="pool-type">
1022
 
                                    <property name="visible">True</property>
1023
 
                                    <property name="xalign">0</property>
1024
 
                                    <property name="label">Pool Type</property>
1025
 
                                    <property name="selectable">True</property>
1026
 
                                  </widget>
1027
 
                                  <packing>
1028
 
                                    <property name="left_attach">1</property>
1029
 
                                    <property name="right_attach">2</property>
1030
 
                                    <property name="top_attach">1</property>
1031
 
                                    <property name="bottom_attach">2</property>
1032
 
                                    <property name="x_options">GTK_FILL</property>
1033
 
                                    <property name="y_options"></property>
1034
 
                                  </packing>
1035
 
                                </child>
1036
 
                                <child>
1037
 
                                  <widget class="GtkLabel" id="pool-name">
1038
 
                                    <property name="visible">True</property>
1039
 
                                    <property name="xalign">0</property>
1040
 
                                    <property name="label">&lt;b&gt;Poolname:&lt;/b&gt;</property>
1041
 
                                    <property name="use_markup">True</property>
1042
 
                                  </widget>
1043
 
                                  <packing>
1044
 
                                    <property name="x_options">GTK_FILL</property>
1045
 
                                    <property name="y_options"></property>
1046
 
                                  </packing>
1047
 
                                </child>
1048
 
                                <child>
1049
 
                                  <widget class="GtkLabel" id="pool-sizes">
1050
 
                                    <property name="visible">True</property>
1051
 
                                    <property name="xalign">0</property>
1052
 
                                    <property name="label">&lt;span size="large"&gt;1234 GB Free&lt;/span&gt; / &lt;i&gt;6000 GB In Use&lt;/i&gt;</property>
1053
 
                                    <property name="use_markup">True</property>
1054
 
                                  </widget>
1055
 
                                  <packing>
1056
 
                                    <property name="left_attach">1</property>
1057
 
                                    <property name="right_attach">2</property>
1058
 
                                    <property name="x_options">GTK_FILL</property>
1059
 
                                    <property name="y_options"></property>
1060
 
                                  </packing>
1061
 
                                </child>
1062
 
                                <child>
1063
 
                                  <widget class="GtkLabel" id="label60">
1064
 
                                    <property name="visible">True</property>
1065
 
                                    <property name="xalign">0</property>
1066
 
                                    <property name="label" translatable="yes">Location:</property>
1067
 
                                  </widget>
1068
 
                                  <packing>
1069
 
                                    <property name="top_attach">2</property>
1070
 
                                    <property name="bottom_attach">3</property>
1071
 
                                    <property name="x_options">GTK_FILL</property>
1072
 
                                    <property name="y_options"></property>
1073
 
                                  </packing>
1074
 
                                </child>
1075
 
                                <child>
1076
 
                                  <widget class="GtkEntry" id="pool-location">
1077
 
                                    <property name="visible">True</property>
1078
 
                                    <property name="can_focus">True</property>
1079
 
                                    <property name="editable">False</property>
1080
 
                                  </widget>
1081
 
                                  <packing>
1082
 
                                    <property name="left_attach">1</property>
1083
 
                                    <property name="right_attach">2</property>
1084
 
                                    <property name="top_attach">2</property>
1085
 
                                    <property name="bottom_attach">3</property>
1086
 
                                    <property name="y_options"></property>
1087
 
                                  </packing>
1088
 
                                </child>
1089
 
                                <child>
1090
 
                                  <widget class="GtkLabel" id="label75">
1091
 
                                    <property name="visible">True</property>
1092
 
                                    <property name="xalign">0</property>
1093
 
                                    <property name="label" translatable="yes">State:</property>
1094
 
                                  </widget>
1095
 
                                  <packing>
1096
 
                                    <property name="top_attach">3</property>
1097
 
                                    <property name="bottom_attach">4</property>
1098
 
                                    <property name="x_options">GTK_FILL</property>
1099
 
                                    <property name="y_options"></property>
1100
 
                                  </packing>
1101
 
                                </child>
1102
 
                                <child>
1103
 
                                  <widget class="GtkHBox" id="hbox7">
1104
 
                                    <property name="visible">True</property>
 
1045
                                <property name="orientation">vertical</property>
 
1046
                                <property name="spacing">6</property>
 
1047
                                <child>
 
1048
                                  <widget class="GtkTable" id="table5">
 
1049
                                    <property name="visible">True</property>
 
1050
                                    <property name="n_rows">5</property>
 
1051
                                    <property name="n_columns">2</property>
 
1052
                                    <property name="column_spacing">8</property>
 
1053
                                    <property name="row_spacing">3</property>
 
1054
                                    <child>
 
1055
                                      <widget class="GtkLabel" id="label73">
 
1056
                                        <property name="visible">True</property>
 
1057
                                        <property name="xalign">0</property>
 
1058
                                        <property name="label" translatable="yes">Pool Type:</property>
 
1059
                                      </widget>
 
1060
                                      <packing>
 
1061
                                        <property name="top_attach">1</property>
 
1062
                                        <property name="bottom_attach">2</property>
 
1063
                                        <property name="x_options">GTK_FILL</property>
 
1064
                                        <property name="y_options"></property>
 
1065
                                      </packing>
 
1066
                                    </child>
 
1067
                                    <child>
 
1068
                                      <widget class="GtkLabel" id="pool-type">
 
1069
                                        <property name="visible">True</property>
 
1070
                                        <property name="xalign">0</property>
 
1071
                                        <property name="label">Pool Type</property>
 
1072
                                        <property name="selectable">True</property>
 
1073
                                      </widget>
 
1074
                                      <packing>
 
1075
                                        <property name="left_attach">1</property>
 
1076
                                        <property name="right_attach">2</property>
 
1077
                                        <property name="top_attach">1</property>
 
1078
                                        <property name="bottom_attach">2</property>
 
1079
                                        <property name="x_options">GTK_FILL</property>
 
1080
                                        <property name="y_options"></property>
 
1081
                                      </packing>
 
1082
                                    </child>
 
1083
                                    <child>
 
1084
                                      <widget class="GtkLabel" id="pool-name">
 
1085
                                        <property name="visible">True</property>
 
1086
                                        <property name="xalign">0</property>
 
1087
                                        <property name="label">&lt;b&gt;Poolname:&lt;/b&gt;</property>
 
1088
                                        <property name="use_markup">True</property>
 
1089
                                      </widget>
 
1090
                                      <packing>
 
1091
                                        <property name="x_options">GTK_FILL</property>
 
1092
                                        <property name="y_options"></property>
 
1093
                                      </packing>
 
1094
                                    </child>
 
1095
                                    <child>
 
1096
                                      <widget class="GtkLabel" id="pool-sizes">
 
1097
                                        <property name="visible">True</property>
 
1098
                                        <property name="xalign">0</property>
 
1099
                                        <property name="label">&lt;span size="large"&gt;1234 GB Free&lt;/span&gt; / &lt;i&gt;6000 GB In Use&lt;/i&gt;</property>
 
1100
                                        <property name="use_markup">True</property>
 
1101
                                      </widget>
 
1102
                                      <packing>
 
1103
                                        <property name="left_attach">1</property>
 
1104
                                        <property name="right_attach">2</property>
 
1105
                                        <property name="x_options">GTK_FILL</property>
 
1106
                                        <property name="y_options"></property>
 
1107
                                      </packing>
 
1108
                                    </child>
 
1109
                                    <child>
 
1110
                                      <widget class="GtkLabel" id="label60">
 
1111
                                        <property name="visible">True</property>
 
1112
                                        <property name="xalign">0</property>
 
1113
                                        <property name="label" translatable="yes">Location:</property>
 
1114
                                      </widget>
 
1115
                                      <packing>
 
1116
                                        <property name="top_attach">2</property>
 
1117
                                        <property name="bottom_attach">3</property>
 
1118
                                        <property name="x_options">GTK_FILL</property>
 
1119
                                        <property name="y_options"></property>
 
1120
                                      </packing>
 
1121
                                    </child>
 
1122
                                    <child>
 
1123
                                      <widget class="GtkEntry" id="pool-location">
 
1124
                                        <property name="visible">True</property>
 
1125
                                        <property name="can_focus">True</property>
 
1126
                                        <property name="editable">False</property>
 
1127
                                        <property name="invisible_char">&#x25CF;</property>
 
1128
                                      </widget>
 
1129
                                      <packing>
 
1130
                                        <property name="left_attach">1</property>
 
1131
                                        <property name="right_attach">2</property>
 
1132
                                        <property name="top_attach">2</property>
 
1133
                                        <property name="bottom_attach">3</property>
 
1134
                                        <property name="y_options"></property>
 
1135
                                      </packing>
 
1136
                                    </child>
 
1137
                                    <child>
 
1138
                                      <widget class="GtkLabel" id="label75">
 
1139
                                        <property name="visible">True</property>
 
1140
                                        <property name="xalign">0</property>
 
1141
                                        <property name="label" translatable="yes">State:</property>
 
1142
                                      </widget>
 
1143
                                      <packing>
 
1144
                                        <property name="top_attach">3</property>
 
1145
                                        <property name="bottom_attach">4</property>
 
1146
                                        <property name="x_options">GTK_FILL</property>
 
1147
                                        <property name="y_options"></property>
 
1148
                                      </packing>
 
1149
                                    </child>
 
1150
                                    <child>
 
1151
                                      <widget class="GtkHBox" id="hbox7">
 
1152
                                        <property name="visible">True</property>
 
1153
                                        <property name="spacing">3</property>
 
1154
                                        <child>
 
1155
                                          <widget class="GtkImage" id="pool-state-icon">
 
1156
                                            <property name="visible">True</property>
 
1157
                                            <property name="xalign">0</property>
 
1158
                                            <property name="stock">gtk-missing-image</property>
 
1159
                                          </widget>
 
1160
                                          <packing>
 
1161
                                            <property name="expand">False</property>
 
1162
                                            <property name="position">0</property>
 
1163
                                          </packing>
 
1164
                                        </child>
 
1165
                                        <child>
 
1166
                                          <widget class="GtkLabel" id="pool-state">
 
1167
                                            <property name="visible">True</property>
 
1168
                                            <property name="label" translatable="yes">Active</property>
 
1169
                                          </widget>
 
1170
                                          <packing>
 
1171
                                            <property name="expand">False</property>
 
1172
                                            <property name="fill">False</property>
 
1173
                                            <property name="position">1</property>
 
1174
                                          </packing>
 
1175
                                        </child>
 
1176
                                      </widget>
 
1177
                                      <packing>
 
1178
                                        <property name="left_attach">1</property>
 
1179
                                        <property name="right_attach">2</property>
 
1180
                                        <property name="top_attach">3</property>
 
1181
                                        <property name="bottom_attach">4</property>
 
1182
                                        <property name="x_options">GTK_FILL</property>
 
1183
                                        <property name="y_options">GTK_FILL</property>
 
1184
                                      </packing>
 
1185
                                    </child>
 
1186
                                    <child>
 
1187
                                      <widget class="GtkLabel" id="label76">
 
1188
                                        <property name="visible">True</property>
 
1189
                                        <property name="xalign">0</property>
 
1190
                                        <property name="label" translatable="yes">A_utostart:</property>
 
1191
                                        <property name="use_underline">True</property>
 
1192
                                        <property name="mnemonic_widget">pool-autostart</property>
 
1193
                                      </widget>
 
1194
                                      <packing>
 
1195
                                        <property name="top_attach">4</property>
 
1196
                                        <property name="bottom_attach">5</property>
 
1197
                                        <property name="x_options">GTK_FILL</property>
 
1198
                                        <property name="y_options"></property>
 
1199
                                      </packing>
 
1200
                                    </child>
 
1201
                                    <child>
 
1202
                                      <widget class="GtkCheckButton" id="pool-autostart">
 
1203
                                        <property name="label">Some label</property>
 
1204
                                        <property name="visible">True</property>
 
1205
                                        <property name="can_focus">True</property>
 
1206
                                        <property name="receives_default">False</property>
 
1207
                                        <property name="use_underline">True</property>
 
1208
                                        <property name="draw_indicator">True</property>
 
1209
                                        <signal name="toggled" handler="on_pool_autostart_toggled"/>
 
1210
                                      </widget>
 
1211
                                      <packing>
 
1212
                                        <property name="left_attach">1</property>
 
1213
                                        <property name="right_attach">2</property>
 
1214
                                        <property name="top_attach">4</property>
 
1215
                                        <property name="bottom_attach">5</property>
 
1216
                                        <property name="x_options">GTK_FILL</property>
 
1217
                                        <property name="y_options"></property>
 
1218
                                      </packing>
 
1219
                                    </child>
 
1220
                                  </widget>
 
1221
                                  <packing>
 
1222
                                    <property name="expand">False</property>
 
1223
                                    <property name="position">0</property>
 
1224
                                  </packing>
 
1225
                                </child>
 
1226
                                <child>
 
1227
                                  <widget class="GtkVBox" id="vbox6">
 
1228
                                    <property name="visible">True</property>
 
1229
                                    <property name="orientation">vertical</property>
1105
1230
                                    <property name="spacing">3</property>
1106
1231
                                    <child>
1107
 
                                      <widget class="GtkImage" id="pool-state-icon">
 
1232
                                      <widget class="GtkLabel" id="label77">
1108
1233
                                        <property name="visible">True</property>
1109
1234
                                        <property name="xalign">0</property>
1110
 
                                        <property name="stock">gtk-missing-image</property>
 
1235
                                        <property name="label" translatable="yes">&lt;b&gt;Volumes&lt;/b&gt;</property>
 
1236
                                        <property name="use_markup">True</property>
1111
1237
                                      </widget>
1112
1238
                                      <packing>
1113
1239
                                        <property name="expand">False</property>
 
1240
                                        <property name="fill">False</property>
1114
1241
                                        <property name="position">0</property>
1115
1242
                                      </packing>
1116
1243
                                    </child>
1117
1244
                                    <child>
1118
 
                                      <widget class="GtkLabel" id="pool-state">
 
1245
                                      <widget class="GtkScrolledWindow" id="scrolledwindow5">
1119
1246
                                        <property name="visible">True</property>
1120
 
                                        <property name="label" translatable="yes">Active</property>
 
1247
                                        <property name="can_focus">True</property>
 
1248
                                        <property name="hscrollbar_policy">automatic</property>
 
1249
                                        <property name="vscrollbar_policy">automatic</property>
 
1250
                                        <property name="shadow_type">in</property>
 
1251
                                        <child>
 
1252
                                          <widget class="GtkTreeView" id="vol-list">
 
1253
                                            <property name="visible">True</property>
 
1254
                                            <property name="can_focus">True</property>
 
1255
                                            <signal name="button_press_event" handler="on_vol_list_button_press_event"/>
 
1256
                                          </widget>
 
1257
                                        </child>
1121
1258
                                      </widget>
1122
1259
                                      <packing>
1123
 
                                        <property name="expand">False</property>
1124
 
                                        <property name="fill">False</property>
1125
1260
                                        <property name="position">1</property>
1126
1261
                                      </packing>
1127
1262
                                    </child>
1128
1263
                                  </widget>
1129
1264
                                  <packing>
1130
 
                                    <property name="left_attach">1</property>
1131
 
                                    <property name="right_attach">2</property>
1132
 
                                    <property name="top_attach">3</property>
1133
 
                                    <property name="bottom_attach">4</property>
1134
 
                                    <property name="x_options">GTK_FILL</property>
1135
 
                                    <property name="y_options">GTK_FILL</property>
1136
 
                                  </packing>
1137
 
                                </child>
1138
 
                                <child>
1139
 
                                  <widget class="GtkLabel" id="label76">
1140
 
                                    <property name="visible">True</property>
1141
 
                                    <property name="xalign">0</property>
1142
 
                                    <property name="label" translatable="yes">A_utostart:</property>
1143
 
                                    <property name="use_underline">True</property>
1144
 
                                    <property name="mnemonic_widget">pool-autostart</property>
1145
 
                                  </widget>
1146
 
                                  <packing>
1147
 
                                    <property name="top_attach">4</property>
1148
 
                                    <property name="bottom_attach">5</property>
1149
 
                                    <property name="x_options">GTK_FILL</property>
1150
 
                                    <property name="y_options"></property>
1151
 
                                  </packing>
1152
 
                                </child>
1153
 
                                <child>
1154
 
                                  <widget class="GtkCheckButton" id="pool-autostart">
1155
 
                                    <property name="label">Some label</property>
1156
 
                                    <property name="visible">True</property>
1157
 
                                    <property name="can_focus">True</property>
1158
 
                                    <property name="receives_default">False</property>
1159
 
                                    <property name="use_underline">True</property>
1160
 
                                    <property name="draw_indicator">True</property>
1161
 
                                    <signal name="toggled" handler="on_pool_autostart_toggled"/>
1162
 
                                  </widget>
1163
 
                                  <packing>
1164
 
                                    <property name="left_attach">1</property>
1165
 
                                    <property name="right_attach">2</property>
1166
 
                                    <property name="top_attach">4</property>
1167
 
                                    <property name="bottom_attach">5</property>
1168
 
                                    <property name="x_options">GTK_FILL</property>
1169
 
                                    <property name="y_options"></property>
1170
 
                                  </packing>
1171
 
                                </child>
1172
 
                              </widget>
1173
 
                              <packing>
1174
 
                                <property name="expand">False</property>
1175
 
                                <property name="position">0</property>
1176
 
                              </packing>
1177
 
                            </child>
1178
 
                            <child>
1179
 
                              <widget class="GtkVBox" id="vbox6">
1180
 
                                <property name="visible">True</property>
1181
 
                                <property name="orientation">vertical</property>
1182
 
                                <property name="spacing">3</property>
1183
 
                                <child>
1184
 
                                  <widget class="GtkLabel" id="label77">
1185
 
                                    <property name="visible">True</property>
1186
 
                                    <property name="xalign">0</property>
1187
 
                                    <property name="label" translatable="yes">&lt;b&gt;Volumes&lt;/b&gt;</property>
1188
 
                                    <property name="use_markup">True</property>
1189
 
                                  </widget>
1190
 
                                  <packing>
1191
 
                                    <property name="expand">False</property>
1192
 
                                    <property name="fill">False</property>
1193
 
                                    <property name="position">0</property>
1194
 
                                  </packing>
1195
 
                                </child>
1196
 
                                <child>
1197
 
                                  <widget class="GtkScrolledWindow" id="scrolledwindow5">
1198
 
                                    <property name="visible">True</property>
1199
 
                                    <property name="can_focus">True</property>
1200
 
                                    <property name="hscrollbar_policy">automatic</property>
1201
 
                                    <property name="vscrollbar_policy">automatic</property>
1202
 
                                    <property name="shadow_type">in</property>
1203
 
                                    <child>
1204
 
                                      <widget class="GtkTreeView" id="vol-list">
1205
 
                                        <property name="visible">True</property>
1206
 
                                        <property name="can_focus">True</property>
1207
 
                                        <signal name="button_press_event" handler="on_vol_list_button_press_event"/>
1208
 
                                      </widget>
1209
 
                                    </child>
1210
 
                                  </widget>
1211
 
                                  <packing>
1212
1265
                                    <property name="position">1</property>
1213
1266
                                  </packing>
1214
1267
                                </child>
1215
1268
                              </widget>
1216
 
                              <packing>
1217
 
                                <property name="position">1</property>
1218
 
                              </packing>
1219
1269
                            </child>
1220
1270
                          </widget>
1221
1271
                        </child>
 
1272
                        <child>
 
1273
                          <widget class="GtkLabel" id="label123">
 
1274
                            <property name="visible">True</property>
 
1275
                            <property name="label">info</property>
 
1276
                          </widget>
 
1277
                          <packing>
 
1278
                            <property name="tab_fill">False</property>
 
1279
                            <property name="type">tab</property>
 
1280
                          </packing>
 
1281
                        </child>
 
1282
                        <child>
 
1283
                          <widget class="GtkLabel" id="storage-error-label">
 
1284
                            <property name="visible">True</property>
 
1285
                            <property name="label">some error here</property>
 
1286
                          </widget>
 
1287
                          <packing>
 
1288
                            <property name="position">1</property>
 
1289
                          </packing>
 
1290
                        </child>
 
1291
                        <child>
 
1292
                          <widget class="GtkLabel" id="label24">
 
1293
                            <property name="visible">True</property>
 
1294
                            <property name="label">error</property>
 
1295
                          </widget>
 
1296
                          <packing>
 
1297
                            <property name="position">1</property>
 
1298
                            <property name="tab_fill">False</property>
 
1299
                            <property name="type">tab</property>
 
1300
                          </packing>
 
1301
                        </child>
1222
1302
                      </widget>
1223
1303
                      <packing>
1224
1304
                        <property name="resize">True</property>
1615
1695
                                  </packing>
1616
1696
                                </child>
1617
1697
                                <child>
 
1698
                                  <widget class="GtkExpander" id="interface-ipv4-expander">
 
1699
                                    <property name="visible">True</property>
 
1700
                                    <property name="can_focus">True</property>
 
1701
                                    <property name="use_markup">True</property>
 
1702
                                    <child>
 
1703
                                      <widget class="GtkTable" id="table6">
 
1704
                                        <property name="visible">True</property>
 
1705
                                        <property name="n_rows">2</property>
 
1706
                                        <property name="n_columns">2</property>
 
1707
                                        <property name="column_spacing">6</property>
 
1708
                                        <property name="row_spacing">5</property>
 
1709
                                        <child>
 
1710
                                          <widget class="GtkLabel" id="label28">
 
1711
                                            <property name="visible">True</property>
 
1712
                                            <property name="xalign">0</property>
 
1713
                                            <property name="label" translatable="yes">Mode:</property>
 
1714
                                          </widget>
 
1715
                                          <packing>
 
1716
                                            <property name="x_options">GTK_FILL</property>
 
1717
                                          </packing>
 
1718
                                        </child>
 
1719
                                        <child>
 
1720
                                          <widget class="GtkLabel" id="interface-ipv4-mode">
 
1721
                                            <property name="visible">True</property>
 
1722
                                            <property name="xalign">0</property>
 
1723
                                            <property name="label">label</property>
 
1724
                                          </widget>
 
1725
                                          <packing>
 
1726
                                            <property name="left_attach">1</property>
 
1727
                                            <property name="right_attach">2</property>
 
1728
                                          </packing>
 
1729
                                        </child>
 
1730
                                        <child>
 
1731
                                          <widget class="GtkLabel" id="label31">
 
1732
                                            <property name="visible">True</property>
 
1733
                                            <property name="xalign">0</property>
 
1734
                                            <property name="label" translatable="yes">Address:</property>
 
1735
                                          </widget>
 
1736
                                          <packing>
 
1737
                                            <property name="top_attach">1</property>
 
1738
                                            <property name="bottom_attach">2</property>
 
1739
                                            <property name="x_options">GTK_FILL</property>
 
1740
                                          </packing>
 
1741
                                        </child>
 
1742
                                        <child>
 
1743
                                          <widget class="GtkLabel" id="interface-ipv4-address">
 
1744
                                            <property name="visible">True</property>
 
1745
                                            <property name="xalign">0</property>
 
1746
                                            <property name="label">label</property>
 
1747
                                          </widget>
 
1748
                                          <packing>
 
1749
                                            <property name="left_attach">1</property>
 
1750
                                            <property name="right_attach">2</property>
 
1751
                                            <property name="top_attach">1</property>
 
1752
                                            <property name="bottom_attach">2</property>
 
1753
                                          </packing>
 
1754
                                        </child>
 
1755
                                      </widget>
 
1756
                                    </child>
 
1757
                                    <child>
 
1758
                                      <widget class="GtkLabel" id="label23">
 
1759
                                        <property name="visible">True</property>
 
1760
                                        <property name="label" translatable="yes">&lt;b&gt;IPv4 Configuration&lt;/b&gt;</property>
 
1761
                                        <property name="use_markup">True</property>
 
1762
                                      </widget>
 
1763
                                      <packing>
 
1764
                                        <property name="type">label_item</property>
 
1765
                                      </packing>
 
1766
                                    </child>
 
1767
                                  </widget>
 
1768
                                  <packing>
 
1769
                                    <property name="expand">False</property>
 
1770
                                    <property name="position">1</property>
 
1771
                                  </packing>
 
1772
                                </child>
 
1773
                                <child>
 
1774
                                  <widget class="GtkExpander" id="interface-ipv6-expander">
 
1775
                                    <property name="visible">True</property>
 
1776
                                    <property name="can_focus">True</property>
 
1777
                                    <child>
 
1778
                                      <widget class="GtkTable" id="table7">
 
1779
                                        <property name="visible">True</property>
 
1780
                                        <property name="n_rows">2</property>
 
1781
                                        <property name="n_columns">2</property>
 
1782
                                        <property name="column_spacing">6</property>
 
1783
                                        <property name="row_spacing">5</property>
 
1784
                                        <child>
 
1785
                                          <widget class="GtkLabel" id="label29">
 
1786
                                            <property name="visible">True</property>
 
1787
                                            <property name="xalign">0</property>
 
1788
                                            <property name="label" translatable="yes">Mode:</property>
 
1789
                                          </widget>
 
1790
                                          <packing>
 
1791
                                            <property name="x_options">GTK_FILL</property>
 
1792
                                          </packing>
 
1793
                                        </child>
 
1794
                                        <child>
 
1795
                                          <widget class="GtkLabel" id="interface-ipv6-mode">
 
1796
                                            <property name="visible">True</property>
 
1797
                                            <property name="xalign">0</property>
 
1798
                                            <property name="label">label</property>
 
1799
                                          </widget>
 
1800
                                          <packing>
 
1801
                                            <property name="left_attach">1</property>
 
1802
                                            <property name="right_attach">2</property>
 
1803
                                          </packing>
 
1804
                                        </child>
 
1805
                                        <child>
 
1806
                                          <widget class="GtkLabel" id="label32">
 
1807
                                            <property name="visible">True</property>
 
1808
                                            <property name="xalign">0</property>
 
1809
                                            <property name="yalign">0</property>
 
1810
                                            <property name="label" translatable="yes">Address:</property>
 
1811
                                          </widget>
 
1812
                                          <packing>
 
1813
                                            <property name="top_attach">1</property>
 
1814
                                            <property name="bottom_attach">2</property>
 
1815
                                            <property name="x_options">GTK_FILL</property>
 
1816
                                          </packing>
 
1817
                                        </child>
 
1818
                                        <child>
 
1819
                                          <widget class="GtkLabel" id="interface-ipv6-address">
 
1820
                                            <property name="visible">True</property>
 
1821
                                            <property name="xalign">0</property>
 
1822
                                            <property name="yalign">0</property>
 
1823
                                            <property name="label">label</property>
 
1824
                                          </widget>
 
1825
                                          <packing>
 
1826
                                            <property name="left_attach">1</property>
 
1827
                                            <property name="right_attach">2</property>
 
1828
                                            <property name="top_attach">1</property>
 
1829
                                            <property name="bottom_attach">2</property>
 
1830
                                            <property name="y_options">GTK_FILL</property>
 
1831
                                          </packing>
 
1832
                                        </child>
 
1833
                                      </widget>
 
1834
                                    </child>
 
1835
                                    <child>
 
1836
                                      <widget class="GtkLabel" id="label25">
 
1837
                                        <property name="visible">True</property>
 
1838
                                        <property name="label" translatable="yes">&lt;b&gt;IPv6 Configuration&lt;/b&gt;</property>
 
1839
                                        <property name="use_markup">True</property>
 
1840
                                      </widget>
 
1841
                                      <packing>
 
1842
                                        <property name="type">label_item</property>
 
1843
                                      </packing>
 
1844
                                    </child>
 
1845
                                  </widget>
 
1846
                                  <packing>
 
1847
                                    <property name="expand">False</property>
 
1848
                                    <property name="position">2</property>
 
1849
                                  </packing>
 
1850
                                </child>
 
1851
                                <child>
1618
1852
                                  <widget class="GtkVBox" id="interface-child-box">
1619
1853
                                    <property name="visible">True</property>
1620
1854
                                    <property name="orientation">vertical</property>
1652
1886
                                    </child>
1653
1887
                                  </widget>
1654
1888
                                  <packing>
1655
 
                                    <property name="position">1</property>
 
1889
                                    <property name="position">3</property>
1656
1890
                                  </packing>
1657
1891
                                </child>
1658
1892
                              </widget>
1715
1949
                            <property name="can_focus">True</property>
1716
1950
                            <property name="receives_default">True</property>
1717
1951
                            <property name="has_tooltip">True</property>
1718
 
                            <property name="tooltip" translatable="yes">Add Pool</property>
 
1952
                            <property name="tooltip" translatable="yes">Add Interface</property>
1719
1953
                            <signal name="clicked" handler="on_interface_add_clicked"/>
1720
1954
                            <child>
1721
1955
                              <widget class="GtkImage" id="image2">
1736
1970
                            <property name="can_focus">True</property>
1737
1971
                            <property name="receives_default">True</property>
1738
1972
                            <property name="has_tooltip">True</property>
1739
 
                            <property name="tooltip" translatable="yes">Start Pool</property>
 
1973
                            <property name="tooltip" translatable="yes">Start Interface</property>
1740
1974
                            <signal name="clicked" handler="on_interface_start_clicked"/>
1741
1975
                            <child>
1742
1976
                              <widget class="GtkImage" id="someicon1">
1757
1991
                            <property name="can_focus">True</property>
1758
1992
                            <property name="receives_default">True</property>
1759
1993
                            <property name="has_tooltip">True</property>
1760
 
                            <property name="tooltip" translatable="yes">Stop Pool</property>
 
1994
                            <property name="tooltip" translatable="yes">Stop Interface</property>
1761
1995
                            <signal name="clicked" handler="on_interface_stop_clicked"/>
1762
1996
                            <child>
1763
1997
                              <widget class="GtkImage" id="image3">
1778
2012
                            <property name="can_focus">True</property>
1779
2013
                            <property name="receives_default">True</property>
1780
2014
                            <property name="has_tooltip">True</property>
1781
 
                            <property name="tooltip" translatable="yes">Delete Pool</property>
 
2015
                            <property name="tooltip" translatable="yes">Delete Interface</property>
1782
2016
                            <signal name="clicked" handler="on_interface_delete_clicked"/>
1783
2017
                            <child>
1784
2018
                              <widget class="GtkImage" id="image5">
1804
2038
                        <child>
1805
2039
                          <widget class="GtkButton" id="interface-apply">
1806
2040
                            <property name="label">gtk-apply</property>
 
2041
                            <property name="visible">True</property>
1807
2042
                            <property name="can_focus">True</property>
1808
2043
                            <property name="receives_default">True</property>
1809
2044
                            <property name="use_stock">True</property>