Lior Vernia has uploaded a new change for review. Change subject: webadmin: Removed image resources no longer in use ......................................................................
webadmin: Removed image resources no longer in use The arrow images were removed from the VM boot sequence buttons, but their ImageResource fetch methods were forgotten. Change-Id: I34ee07c7cc0b9f10e08d2b59038bc7020f614f20 Signed-off-by: Lior Vernia <[email protected]> --- M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/CommonApplicationResources.java 1 file changed, 0 insertions(+), 6 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/28/19428/1 diff --git a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/CommonApplicationResources.java b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/CommonApplicationResources.java index eee7da3..1aff30f 100644 --- a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/CommonApplicationResources.java +++ b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/CommonApplicationResources.java @@ -148,12 +148,6 @@ // Model-bound widgets - @Source("images/button_up.png") - ImageResource bootSequenceListBoxButtonUp(); - - @Source("images/button_down.png") - ImageResource bootSequenceListBoxButtonDown(); - @Source("images/snapshot.png") ImageResource snapshotImage(); -- To view, visit http://gerrit.ovirt.org/19428 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I34ee07c7cc0b9f10e08d2b59038bc7020f614f20 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Lior Vernia <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
