Greg Sheremeta has uploaded a new change for review. Change subject: engine: converted tabs to whitespace in various files ......................................................................
engine: converted tabs to whitespace in various files Converted tabs to whitespace in various files. Change-Id: Ia5a41f165df1eb486519ff068edf8cd6f6206dcb Signed-off-by: Greg Sheremeta <[email protected]> --- M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/GwtCommon.gwt.xml M frontend/webadmin/modules/uicommonweb/pom.xml M frontend/webadmin/modules/userportal-gwtp/pom.xml M frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/UserPortal.gwt.xml M frontend/webadmin/modules/webadmin/pom.xml M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/widget/bookmark/BookmarkList.ui.xml M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/widget/tags/TagList.ui.xml M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/widget/tree/SystemTree.ui.xml M frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/WebAdmin.gwt.xml M frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/css/SystemTree.css M frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/css/TagTree.css 11 files changed, 259 insertions(+), 259 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/06/25206/1 diff --git a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/GwtCommon.gwt.xml b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/GwtCommon.gwt.xml index ed1bf00..cc4c0b9 100644 --- a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/GwtCommon.gwt.xml +++ b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/GwtCommon.gwt.xml @@ -1,34 +1,34 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.5.1//EN" - "http://google-web-toolkit.googlecode.com/svn/tags/2.5.1/distro-source/core/src/gwt-module.dtd"> + "http://google-web-toolkit.googlecode.com/svn/tags/2.5.1/distro-source/core/src/gwt-module.dtd"> <module> - <!-- Inherit the core Web Toolkit stuff --> - <inherits name="com.google.gwt.user.User" /> - <inherits name="com.google.gwt.inject.Inject" /> + <!-- Inherit the core Web Toolkit stuff --> + <inherits name="com.google.gwt.user.User" /> + <inherits name="com.google.gwt.inject.Inject" /> - <!-- Inherit GWTP MVP module with automatic EntryPoint support --> - <inherits name="com.gwtplatform.mvp.MvpWithEntryPoint" /> + <!-- Inherit GWTP MVP module with automatic EntryPoint support --> + <inherits name="com.gwtplatform.mvp.MvpWithEntryPoint" /> - <!-- Inherit oVirt UiCommon Web modules and GWT deRPC module --> - <inherits name="org.ovirt.engine.ui.GwtExtension" /> - <inherits name="org.ovirt.engine.ui.UICommonWeb" /> - <inherits name="com.google.gwt.rpc.RPC" /> + <!-- Inherit oVirt UiCommon Web modules and GWT deRPC module --> + <inherits name="org.ovirt.engine.ui.GwtExtension" /> + <inherits name="org.ovirt.engine.ui.UICommonWeb" /> + <inherits name="com.google.gwt.rpc.RPC" /> - <!-- All source code within this module is translatable --> - <source path=""> - <!-- Except deferred binding classes --> - <exclude name="binding/**" /> - </source> + <!-- All source code within this module is translatable --> + <source path=""> + <!-- Except deferred binding classes --> + <exclude name="binding/**" /> + </source> - <!-- Use custom GWT Editor Driver generator --> - <generate-with class="org.ovirt.engine.ui.common.binding.UiCommonEditorDriverGenerator"> - <when-type-assignable class="com.google.gwt.editor.client.SimpleBeanEditorDriver" /> - </generate-with> + <!-- Use custom GWT Editor Driver generator --> + <generate-with class="org.ovirt.engine.ui.common.binding.UiCommonEditorDriverGenerator"> + <when-type-assignable class="com.google.gwt.editor.client.SimpleBeanEditorDriver" /> + </generate-with> - <!-- Register IdHandler generator --> - <generate-with class="org.ovirt.engine.ui.common.binding.ElementIdHandlerGenerator"> - <when-type-assignable class="org.ovirt.engine.ui.common.idhandler.ElementIdHandler" /> - </generate-with> + <!-- Register IdHandler generator --> + <generate-with class="org.ovirt.engine.ui.common.binding.ElementIdHandlerGenerator"> + <when-type-assignable class="org.ovirt.engine.ui.common.idhandler.ElementIdHandler" /> + </generate-with> </module> diff --git a/frontend/webadmin/modules/uicommonweb/pom.xml b/frontend/webadmin/modules/uicommonweb/pom.xml index 74df65f..a4768a1 100644 --- a/frontend/webadmin/modules/uicommonweb/pom.xml +++ b/frontend/webadmin/modules/uicommonweb/pom.xml @@ -1,65 +1,65 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.ovirt.engine.ui</groupId> - <artifactId>webadmin-modules</artifactId> - <version>3.5.0-SNAPSHOT</version> - </parent> + <parent> + <groupId>org.ovirt.engine.ui</groupId> + <artifactId>webadmin-modules</artifactId> + <version>3.5.0-SNAPSHOT</version> + </parent> - <artifactId>uicommonweb</artifactId> - <packaging>jar</packaging> + <artifactId>uicommonweb</artifactId> + <packaging>jar</packaging> - <name>UICommonWeb</name> + <name>UICommonWeb</name> - <dependencies> - <dependency> - <groupId>${engine.core.groupId}</groupId> - <artifactId>searchbackend</artifactId> - <version>${project.version}</version> - </dependency> - <dependency> - <groupId>${engine.groupId}</groupId> - <artifactId>frontend</artifactId> - <version>${engine.version}</version> - <scope>provided</scope> - </dependency> + <dependencies> + <dependency> + <groupId>${engine.core.groupId}</groupId> + <artifactId>searchbackend</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>${engine.groupId}</groupId> + <artifactId>frontend</artifactId> + <version>${engine.version}</version> + <scope>provided</scope> + </dependency> - <dependency> - <groupId>${engine.groupId}</groupId> - <artifactId>uicompat</artifactId> - <version>${engine.version}</version> - </dependency> + <dependency> + <groupId>${engine.groupId}</groupId> + <artifactId>uicompat</artifactId> + <version>${engine.version}</version> + </dependency> - <dependency> - <groupId>com.google.gwt</groupId> - <artifactId>gwt-user</artifactId> - </dependency> - </dependencies> + <dependency> + <groupId>com.google.gwt</groupId> + <artifactId>gwt-user</artifactId> + </dependency> + </dependencies> - <build> - <plugins> - <plugin> - <artifactId>maven-source-plugin</artifactId> - <executions> - <execution> - <id>attach-sources</id> - <phase>verify</phase> - <goals> - <goal>jar-no-fork</goal> - </goals> - </execution> - </executions> - </plugin> - <plugin> - <artifactId>maven-checkstyle-plugin</artifactId> - <configuration> - <propertyExpansion>runNlsCheck=true</propertyExpansion> - </configuration> - </plugin> - </plugins> - </build> + <build> + <plugins> + <plugin> + <artifactId>maven-source-plugin</artifactId> + <executions> + <execution> + <id>attach-sources</id> + <phase>verify</phase> + <goals> + <goal>jar-no-fork</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> + <artifactId>maven-checkstyle-plugin</artifactId> + <configuration> + <propertyExpansion>runNlsCheck=true</propertyExpansion> + </configuration> + </plugin> + </plugins> + </build> <profiles> <profile> diff --git a/frontend/webadmin/modules/userportal-gwtp/pom.xml b/frontend/webadmin/modules/userportal-gwtp/pom.xml index 8a6ddbc..985e139 100644 --- a/frontend/webadmin/modules/userportal-gwtp/pom.xml +++ b/frontend/webadmin/modules/userportal-gwtp/pom.xml @@ -132,7 +132,7 @@ </dependencies> <build> <outputDirectory>${project.build.directory}/${project.build.finalName}/WEB-INF/classes - </outputDirectory> + </outputDirectory> <resources> <resource> <targetPath>${project.build.directory}/generated-sources/gwt</targetPath> diff --git a/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/UserPortal.gwt.xml b/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/UserPortal.gwt.xml index 72df76a..1f3cfd8 100644 --- a/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/UserPortal.gwt.xml +++ b/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/UserPortal.gwt.xml @@ -1,42 +1,42 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.5.1//EN" - "http://google-web-toolkit.googlecode.com/svn/tags/2.5.1/distro-source/core/src/gwt-module.dtd"> + "http://google-web-toolkit.googlecode.com/svn/tags/2.5.1/distro-source/core/src/gwt-module.dtd"> <module rename-to="userportal"> - <!-- Inherit oVirt common GWT module --> - <inherits name="org.ovirt.engine.ui.common.GwtCommon" /> + <!-- Inherit oVirt common GWT module --> + <inherits name="org.ovirt.engine.ui.common.GwtCommon" /> - <!-- Inherit the default GWT theme --> - <inherits name="com.google.gwt.user.theme.standard.Standard" /> + <!-- Inherit the default GWT theme --> + <inherits name="com.google.gwt.user.theme.standard.Standard" /> - <!-- Inherit GWT logging module and configure it --> - <inherits name="com.google.gwt.logging.Logging" /> - <set-property name="gwt.logging.enabled" value="TRUE" /> - <set-property name="gwt.logging.logLevel" value="INFO" /> - <set-property name="gwt.logging.popupHandler" value="DISABLED" /> + <!-- Inherit GWT logging module and configure it --> + <inherits name="com.google.gwt.logging.Logging" /> + <set-property name="gwt.logging.enabled" value="TRUE" /> + <set-property name="gwt.logging.logLevel" value="INFO" /> + <set-property name="gwt.logging.popupHandler" value="DISABLED" /> - <!-- Supported browsers (defined via maven property) --> - <set-property name="user.agent" value="${gwt.userAgent}" /> + <!-- Supported browsers (defined via maven property) --> + <set-property name="user.agent" value="${gwt.userAgent}" /> - <!-- GWTP GIN configuration --> - <set-configuration-property name="gin.ginjector.modules" value="org.ovirt.engine.ui.userportal.gin.ClientModule" /> - <set-configuration-property name="gin.ginjector.extensions" value="org.ovirt.engine.ui.userportal.gin.ClientGinjectorExtension" /> + <!-- GWTP GIN configuration --> + <set-configuration-property name="gin.ginjector.modules" value="org.ovirt.engine.ui.userportal.gin.ClientModule" /> + <set-configuration-property name="gin.ginjector.extensions" value="org.ovirt.engine.ui.userportal.gin.ClientGinjectorExtension" /> - <!-- All source code within this module is translatable --> - <source path=""> - <!-- Except deferred binding classes --> - <exclude name="binding/**" /> - </source> + <!-- All source code within this module is translatable --> + <source path=""> + <!-- Except deferred binding classes --> + <exclude name="binding/**" /> + </source> - <!-- Specify the application specific style sheet --> - <stylesheet src="UserPortal.css" /> + <!-- Specify the application specific style sheet --> + <stylesheet src="UserPortal.css" /> - <!-- Allow user agent locale information to determine the locale --> - <set-configuration-property name="locale.useragent" value="Y" /> + <!-- Allow user agent locale information to determine the locale --> + <set-configuration-property name="locale.useragent" value="Y" /> - <!-- Supported locales (defined via maven property) --> - <extend-property name="locale" values="en_US,es_ES,fr_FR,ja_JP,pt_BR,zh_CN,de_DE,ko_KR" /> - <set-property name="locale" value="${gwt.locale}" /> - <set-property-fallback name="locale" value="en_US" /> + <!-- Supported locales (defined via maven property) --> + <extend-property name="locale" values="en_US,es_ES,fr_FR,ja_JP,pt_BR,zh_CN,de_DE,ko_KR" /> + <set-property name="locale" value="${gwt.locale}" /> + <set-property-fallback name="locale" value="en_US" /> </module> diff --git a/frontend/webadmin/modules/webadmin/pom.xml b/frontend/webadmin/modules/webadmin/pom.xml index b46fb01..e2bc1cb 100644 --- a/frontend/webadmin/modules/webadmin/pom.xml +++ b/frontend/webadmin/modules/webadmin/pom.xml @@ -132,7 +132,7 @@ </dependencies> <build> <outputDirectory>${project.build.directory}/${project.build.finalName}/WEB-INF/classes - </outputDirectory> + </outputDirectory> <resources> <resource> <targetPath>${project.build.directory}/generated-sources/gwt</targetPath> diff --git a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/widget/bookmark/BookmarkList.ui.xml b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/widget/bookmark/BookmarkList.ui.xml index 265f0be..4f2fec7 100644 --- a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/widget/bookmark/BookmarkList.ui.xml +++ b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/widget/bookmark/BookmarkList.ui.xml @@ -1,24 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent"> <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.action"> + xmlns:w="urn:import:org.ovirt.engine.ui.common.widget.action"> - <ui:style> - .actionPanel { - padding-top: 5px; - } - </ui:style> + <ui:style> + .actionPanel { + padding-top: 5px; + } + </ui:style> - <g:DockLayoutPanel unit="PX"> - <g:north size="26"> - <w:AbstractActionPanel ui:field="actionPanel" addStyleNames="{style.actionPanel}" /> - </g:north> + <g:DockLayoutPanel unit="PX"> + <g:north size="26"> + <w:AbstractActionPanel ui:field="actionPanel" addStyleNames="{style.actionPanel}" /> + </g:north> - <g:center> - <g:ScrollPanel ui:field="scrollPanel"> - <g:Widget ui:field="dataDisplayWidget" /> - </g:ScrollPanel> - </g:center> - </g:DockLayoutPanel> + <g:center> + <g:ScrollPanel ui:field="scrollPanel"> + <g:Widget ui:field="dataDisplayWidget" /> + </g:ScrollPanel> + </g:center> + </g:DockLayoutPanel> </ui:UiBinder> diff --git a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/widget/tags/TagList.ui.xml b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/widget/tags/TagList.ui.xml index d03caf5..ed543f2 100644 --- a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/widget/tags/TagList.ui.xml +++ b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/widget/tags/TagList.ui.xml @@ -1,24 +1,24 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent"> <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.action"> + xmlns:w="urn:import:org.ovirt.engine.ui.common.widget.action"> - <ui:style> - .actionPanel { - padding-top: 5px; - } - </ui:style> + <ui:style> + .actionPanel { + padding-top: 5px; + } + </ui:style> - <g:DockLayoutPanel unit="PX"> - <g:north size="26"> - <w:AbstractActionPanel ui:field="actionPanel" addStyleNames="{style.actionPanel}" /> - </g:north> + <g:DockLayoutPanel unit="PX"> + <g:north size="26"> + <w:AbstractActionPanel ui:field="actionPanel" addStyleNames="{style.actionPanel}" /> + </g:north> - <g:center> - <g:ScrollPanel> - <g:Widget ui:field="dataDisplayWidget" /> - </g:ScrollPanel> - </g:center> - </g:DockLayoutPanel> + <g:center> + <g:ScrollPanel> + <g:Widget ui:field="dataDisplayWidget" /> + </g:ScrollPanel> + </g:center> + </g:DockLayoutPanel> </ui:UiBinder> diff --git a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/widget/tree/SystemTree.ui.xml b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/widget/tree/SystemTree.ui.xml index d2b1045..8068bed 100644 --- a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/widget/tree/SystemTree.ui.xml +++ b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/widget/tree/SystemTree.ui.xml @@ -1,29 +1,29 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent"> <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.action"> - <ui:with field='resources' - type='org.ovirt.engine.ui.webadmin.ApplicationResources' /> - <ui:style> - .actionPanel { - padding-top: 5px; - } + xmlns:g="urn:import:com.google.gwt.user.client.ui" xmlns:w="urn:import:org.ovirt.engine.ui.common.widget.action"> + <ui:with field='resources' + type='org.ovirt.engine.ui.webadmin.ApplicationResources' /> + <ui:style> + .actionPanel { + padding-top: 5px; + } - .scrollPanel { - white-space: nowrap; - } - </ui:style> + .scrollPanel { + white-space: nowrap; + } + </ui:style> - <g:DockLayoutPanel unit="PX"> - <g:north size="26"> - <w:AbstractActionPanel ui:field="actionPanel" addStyleNames="{style.actionPanel}" /> - </g:north> + <g:DockLayoutPanel unit="PX"> + <g:north size="26"> + <w:AbstractActionPanel ui:field="actionPanel" addStyleNames="{style.actionPanel}" /> + </g:north> - <g:center> - <g:ScrollPanel addStyleNames="{style.scrollPanel}"> - <g:Widget ui:field="dataDisplayWidget" /> - </g:ScrollPanel> - </g:center> - </g:DockLayoutPanel> + <g:center> + <g:ScrollPanel addStyleNames="{style.scrollPanel}"> + <g:Widget ui:field="dataDisplayWidget" /> + </g:ScrollPanel> + </g:center> + </g:DockLayoutPanel> </ui:UiBinder> diff --git a/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/WebAdmin.gwt.xml b/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/WebAdmin.gwt.xml index 8b265c2..f3b7664 100644 --- a/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/WebAdmin.gwt.xml +++ b/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/WebAdmin.gwt.xml @@ -1,42 +1,42 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE module PUBLIC "-//Google Inc.//DTD Google Web Toolkit 2.5.1//EN" - "http://google-web-toolkit.googlecode.com/svn/tags/2.5.1/distro-source/core/src/gwt-module.dtd"> + "http://google-web-toolkit.googlecode.com/svn/tags/2.5.1/distro-source/core/src/gwt-module.dtd"> <module rename-to="webadmin"> - <!-- Inherit oVirt common GWT module --> - <inherits name="org.ovirt.engine.ui.common.GwtCommon" /> + <!-- Inherit oVirt common GWT module --> + <inherits name="org.ovirt.engine.ui.common.GwtCommon" /> - <!-- Inherit the default GWT theme --> - <inherits name="com.google.gwt.user.theme.standard.Standard" /> + <!-- Inherit the default GWT theme --> + <inherits name="com.google.gwt.user.theme.standard.Standard" /> - <!-- Inherit GWT logging module and configure it --> - <inherits name="com.google.gwt.logging.Logging" /> - <set-property name="gwt.logging.enabled" value="TRUE" /> - <set-property name="gwt.logging.logLevel" value="INFO" /> - <set-property name="gwt.logging.popupHandler" value="DISABLED" /> + <!-- Inherit GWT logging module and configure it --> + <inherits name="com.google.gwt.logging.Logging" /> + <set-property name="gwt.logging.enabled" value="TRUE" /> + <set-property name="gwt.logging.logLevel" value="INFO" /> + <set-property name="gwt.logging.popupHandler" value="DISABLED" /> - <!-- Supported browsers (defined via maven property) --> - <set-property name="user.agent" value="${gwt.userAgent}" /> + <!-- Supported browsers (defined via maven property) --> + <set-property name="user.agent" value="${gwt.userAgent}" /> - <!-- GWTP GIN configuration --> - <set-configuration-property name="gin.ginjector.modules" value="org.ovirt.engine.ui.webadmin.gin.ClientModule" /> - <set-configuration-property name="gin.ginjector.extensions" value="org.ovirt.engine.ui.webadmin.gin.ClientGinjectorExtension" /> + <!-- GWTP GIN configuration --> + <set-configuration-property name="gin.ginjector.modules" value="org.ovirt.engine.ui.webadmin.gin.ClientModule" /> + <set-configuration-property name="gin.ginjector.extensions" value="org.ovirt.engine.ui.webadmin.gin.ClientGinjectorExtension" /> - <!-- All source code within this module is translatable --> - <source path=""> - <!-- Except deferred binding classes --> - <exclude name="binding/**" /> - </source> + <!-- All source code within this module is translatable --> + <source path=""> + <!-- Except deferred binding classes --> + <exclude name="binding/**" /> + </source> - <!-- Specify the application specific style sheet --> - <stylesheet src="WebAdmin.css" /> + <!-- Specify the application specific style sheet --> + <stylesheet src="WebAdmin.css" /> - <!-- Allow user agent locale information to determine the locale --> - <set-configuration-property name="locale.useragent" value="Y" /> + <!-- Allow user agent locale information to determine the locale --> + <set-configuration-property name="locale.useragent" value="Y" /> - <!-- Supported locales (defined via maven property) --> - <extend-property name="locale" values="en_US,es_ES,fr_FR,ja_JP,pt_BR,zh_CN,de_DE,ko_KR" /> - <set-property name="locale" value="${gwt.locale}" /> - <set-property-fallback name="locale" value="en_US" /> + <!-- Supported locales (defined via maven property) --> + <extend-property name="locale" values="en_US,es_ES,fr_FR,ja_JP,pt_BR,zh_CN,de_DE,ko_KR" /> + <set-property name="locale" value="${gwt.locale}" /> + <set-property-fallback name="locale" value="en_US" /> </module> diff --git a/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/css/SystemTree.css b/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/css/SystemTree.css index 064988c..e2539c7 100644 --- a/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/css/SystemTree.css +++ b/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/css/SystemTree.css @@ -1,72 +1,72 @@ .cellTreeWidget { - + } .cellTreeEmptyMessage { - padding-left: 16px; - font-style: italic; + padding-left: 16px; + font-style: italic; } .cellTreeItem { - padding-bottom: 1px; - cursor: pointer; - zoom: 1; - height: 19px; + padding-bottom: 1px; + cursor: pointer; + zoom: 1; + height: 19px; } .cellTreeItemImage { - position: relative; - top: 1px; + position: relative; + top: 1px; } .cellTreeItemImageValue { - zoom: 1; + zoom: 1; } .cellTreeItemValue { - padding-left: 3px; - padding-right: 3px; - outline: none; - bottom: 5px; - position: relative; + padding-left: 3px; + padding-right: 3px; + outline: none; + bottom: 5px; + position: relative; } .cellTreeOpenItem { - + } .cellTreeTopItem { - font-weight: bold; - color: #4b4a4a; - margin-top: 5px; - padding: 5px 13px 3px 2px !important; + font-weight: bold; + color: #4b4a4a; + margin-top: 5px; + padding: 5px 13px 3px 2px !important; } .cellTreeTopItemImage { - + } .cellTreeTopItemImageValue { - border-bottom: 1px none #6f7277; - padding-bottom: 1px; + border-bottom: 1px none #6f7277; + padding-bottom: 1px; } .cellTreeKeyboardSelectedItem { - background-color: #eee; - outline: none; + background-color: #eee; + outline: none; } @sprite .cellTreeSelectedItem { - gwt-image: 'cellTreeSelectedBackground'; - background-color: #628cd5; - background: #C3D0E0; - color: white; - height: auto; - overflow: visible; - height: 19px; + gwt-image: 'cellTreeSelectedBackground'; + background-color: #628cd5; + background: #C3D0E0; + color: white; + height: auto; + overflow: visible; + height: 19px; } .cellTreeShowMoreButton { - padding-left: 16px; - outline: none; -} \ No newline at end of file + padding-left: 16px; + outline: none; +} diff --git a/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/css/TagTree.css b/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/css/TagTree.css index 3abbed5..54ee243 100644 --- a/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/css/TagTree.css +++ b/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/css/TagTree.css @@ -1,73 +1,73 @@ .cellTreeWidget { - + } .cellTreeEmptyMessage { - padding-left: 16px; - font-style: italic; + padding-left: 16px; + font-style: italic; } .cellTreeItem { - padding-bottom: 1px; - cursor: pointer; - zoom: 1; - height: 19px; - left: 10px; + padding-bottom: 1px; + cursor: pointer; + zoom: 1; + height: 19px; + left: 10px; } .cellTreeItemImage { - position: relative; - top: 1px; + position: relative; + top: 1px; } .cellTreeItemImageValue { - zoom: 1; + zoom: 1; } .cellTreeItemValue { - padding-left: 3px; - padding-right: 3px; - outline: none; - bottom: 1px; - position: relative; + padding-left: 3px; + padding-right: 3px; + outline: none; + bottom: 1px; + position: relative; } .cellTreeOpenItem { - + } .cellTreeTopItem { - font-weight: bold; - color: #4b4a4a; - margin-top: 5px; - padding: 5px 13px 3px 2px !important; + font-weight: bold; + color: #4b4a4a; + margin-top: 5px; + padding: 5px 13px 3px 2px !important; } .cellTreeTopItemImage { - + } .cellTreeTopItemImageValue { - border-bottom: 1px none #6f7277; - padding-bottom: 1px; + border-bottom: 1px none #6f7277; + padding-bottom: 1px; } .cellTreeKeyboardSelectedItem { - background-color: #eee; - outline: none; + background-color: #eee; + outline: none; } @sprite .cellTreeSelectedItem { - gwt-image: 'cellTreeSelectedBackground'; - background-color: #628cd5; - background: #C3D0E0; - color: white; - height: auto; - overflow: visible; - height: 19px; + gwt-image: 'cellTreeSelectedBackground'; + background-color: #628cd5; + background: #C3D0E0; + color: white; + height: auto; + overflow: visible; + height: 19px; } .cellTreeShowMoreButton { - padding-left: 16px; - outline: none; -} \ No newline at end of file + padding-left: 16px; + outline: none; +} -- To view, visit http://gerrit.ovirt.org/25206 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia5a41f165df1eb486519ff068edf8cd6f6206dcb Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Greg Sheremeta <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
