Roy Golan has uploaded a new change for review. Change subject: ui: Add images for Windows 8 and 2012 ......................................................................
ui: Add images for Windows 8 and 2012 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=895609 Change-Id: I984e126e85581cc35815cf523bbb1ba95055d3f5 Signed-off-by: Roy Golan <[email protected]> --- M frontend/webadmin/modules/userportal-gwtp/src/main/java/org/ovirt/engine/ui/userportal/ApplicationResourcesWithLookup.java A frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/images/os/Windows2012x64.png A frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/images/os/Windows8.png A frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/images/os/Windows8x64.png A frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/images/os/large/Windows2012x64.png A frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/images/os/large/Windows8.png A frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/images/os/large/Windows8x64.png 7 files changed, 18 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/69/12469/1 diff --git a/frontend/webadmin/modules/userportal-gwtp/src/main/java/org/ovirt/engine/ui/userportal/ApplicationResourcesWithLookup.java b/frontend/webadmin/modules/userportal-gwtp/src/main/java/org/ovirt/engine/ui/userportal/ApplicationResourcesWithLookup.java index 08bdcd6..b422900 100644 --- a/frontend/webadmin/modules/userportal-gwtp/src/main/java/org/ovirt/engine/ui/userportal/ApplicationResourcesWithLookup.java +++ b/frontend/webadmin/modules/userportal-gwtp/src/main/java/org/ovirt/engine/ui/userportal/ApplicationResourcesWithLookup.java @@ -63,6 +63,15 @@ @Source("images/os/large/WindowsXP.png") ImageResource WindowsXPLargeImage(); + @Source("images/os/large/Windows8.png") + ImageResource Windows8LargeImage(); + + @Source("images/os/large/Windows8x64.png") + ImageResource Windows8x64LargeImage(); + + @Source("images/os/large/Windows2012.png") + ImageResource Windows2012x64LargeImage(); + // OS type small images // TODO remove the same resources from ApplicationResources and rename this @@ -123,6 +132,15 @@ @Source("images/os/WindowsXP.jpg") ImageResource WindowsXPSmallImage(); + @Source("images/os/Windows8.png") + ImageResource Windows8SmallImage(); + + @Source("images/os/Windows8x64.png") + ImageResource Windows8x64SmallImage(); + + @Source("images/os/Windows2012x64.png") + ImageResource Windows2012x64SmallImage(); + @Source("images/vmtypes/desktop_vm_icon.png") ImageResource desktopVmIcon(); diff --git a/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/images/os/Windows2012x64.png b/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/images/os/Windows2012x64.png new file mode 100644 index 0000000..d0409c7 --- /dev/null +++ b/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/images/os/Windows2012x64.png Binary files differ diff --git a/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/images/os/Windows8.png b/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/images/os/Windows8.png new file mode 100644 index 0000000..479116b --- /dev/null +++ b/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/images/os/Windows8.png Binary files differ diff --git a/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/images/os/Windows8x64.png b/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/images/os/Windows8x64.png new file mode 100644 index 0000000..479116b --- /dev/null +++ b/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/images/os/Windows8x64.png Binary files differ diff --git a/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/images/os/large/Windows2012x64.png b/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/images/os/large/Windows2012x64.png new file mode 100644 index 0000000..fb09fc8 --- /dev/null +++ b/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/images/os/large/Windows2012x64.png Binary files differ diff --git a/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/images/os/large/Windows8.png b/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/images/os/large/Windows8.png new file mode 100644 index 0000000..f0aea5d --- /dev/null +++ b/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/images/os/large/Windows8.png Binary files differ diff --git a/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/images/os/large/Windows8x64.png b/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/images/os/large/Windows8x64.png new file mode 100644 index 0000000..a40c5df --- /dev/null +++ b/frontend/webadmin/modules/userportal-gwtp/src/main/resources/org/ovirt/engine/ui/userportal/images/os/large/Windows8x64.png Binary files differ -- To view, visit http://gerrit.ovirt.org/12469 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I984e126e85581cc35815cf523bbb1ba95055d3f5 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Roy Golan <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
