Idan Shaby has uploaded a new change for review.

Change subject: webadmin: Re-indent lines in VmDiskAttachPopupWidget.ui.xml
......................................................................

webadmin: Re-indent lines in VmDiskAttachPopupWidget.ui.xml

Replaced tabs with 4 spaces.

Change-Id: Iad4370acbda7fa53b0cd55352f0d0e4b48da81b3
Signed-off-by: Idan Shaby <ish...@redhat.com>
---
M 
frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/vm/VmDiskAttachPopupWidget.ui.xml
1 file changed, 33 insertions(+), 33 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/60/38660/1

diff --git 
a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/vm/VmDiskAttachPopupWidget.ui.xml
 
b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/vm/VmDiskAttachPopupWidget.ui.xml
index dcdc577..e348877 100644
--- 
a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/vm/VmDiskAttachPopupWidget.ui.xml
+++ 
b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/popup/vm/VmDiskAttachPopupWidget.ui.xml
@@ -3,12 +3,12 @@
 <ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder" 
xmlns:g="urn:import:com.google.gwt.user.client.ui"
              xmlns:w="urn:import:org.ovirt.engine.ui.common.widget" 
xmlns:ge="urn:import:org.ovirt.engine.ui.common.widget.editor.generic">
 
-       <ui:with field='constants' 
type='org.ovirt.engine.ui.common.CommonApplicationConstants' />
+    <ui:with field='constants' 
type='org.ovirt.engine.ui.common.CommonApplicationConstants' />
 
-       <ui:style>
-               .container {
-                       width: 100%;
-               }
+    <ui:style>
+        .container {
+            width: 100%;
+        }
 
         .errorMessageLabel {
             color: #CD2127;
@@ -19,41 +19,41 @@
         }
 
         @external obrand_diskTypePanel;
-               .obrand_diskTypePanel {
-                       height: 36px;
-                       width: 100%;
-                       padding-top: 6px;
-                       margin-bottom: 6px;
-                       color: white;
-                       font-weight: bold;
-                       display: block;
-               }
+        .obrand_diskTypePanel {
+            height: 36px;
+            width: 100%;
+            padding-top: 6px;
+            margin-bottom: 6px;
+            color: white;
+            font-weight: bold;
+            display: block;
+        }
 
-               .mainPanel {
-                       width: 100%;
-               }
+        .mainPanel {
+            width: 100%;
+        }
 
-               .isPluggedEditor {
-                       position: absolute;
-                       bottom: 10px;
-               }
+        .isPluggedEditor {
+            position: absolute;
+            bottom: 10px;
+        }
 
-               .attachDiskPanel {
-                       position: absolute;
-                       top: 40px;
-                       bottom: 60px;
-                       padding: 2px;
-                       margin-right: 2px;
-               }
-       </ui:style>
+        .attachDiskPanel {
+            position: absolute;
+            top: 40px;
+            bottom: 60px;
+            padding: 2px;
+            margin-right: 2px;
+        }
+    </ui:style>
 
-       <g:FlowPanel addStyleNames="{style.container}">
+    <g:FlowPanel addStyleNames="{style.container}">
         <w:RadioButtonsHorizontalPanel ui:field="diskTypePanel" 
name="diskTypePanel" addStyleNames="{style.obrand_diskTypePanel}"/>
-               <g:VerticalPanel ui:field="attachDiskContainer" 
addStyleNames="{style.mainPanel}">
-                       <w:ValidatedPanelWidget ui:field="attachDiskPanel" 
addStyleNames="{style.attachDiskPanel}" />
+        <g:VerticalPanel ui:field="attachDiskContainer" 
addStyleNames="{style.mainPanel}">
+            <w:ValidatedPanelWidget ui:field="attachDiskPanel" 
addStyleNames="{style.attachDiskPanel}" />
             <g:Label ui:field="message" 
addStyleNames="{style.errorMessageLabel}" />
             <ge:EntityModelCheckBoxEditor ui:field="isPluggedEditor" 
addStyleNames="{style.isPluggedEditor}" />
         </g:VerticalPanel>
-       </g:FlowPanel>
+    </g:FlowPanel>
 
 </ui:UiBinder>


-- 
To view, visit https://gerrit.ovirt.org/38660
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iad4370acbda7fa53b0cd55352f0d0e4b48da81b3
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Idan Shaby <ish...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to