From 3a3b4027765ac4b8968473d22640931633be58ab Mon Sep 17 00:00:00 2001 From: twerges <> Date: Wed, 25 Jan 2012 17:43:36 -0800 Subject: [PATCH] removing xls button --- .../com/eucalyptus/webui/client/view/ReportViewImpl.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/clc/modules/www/src/main/java/com/eucalyptus/webui/client/view/ReportViewImpl.java b/clc/modules/www/src/main/java/com/eucalyptus/webui/client/view/ReportViewImpl.java index 42baf870757..aa46f8a1a9c 100644 --- a/clc/modules/www/src/main/java/com/eucalyptus/webui/client/view/ReportViewImpl.java +++ b/clc/modules/www/src/main/java/com/eucalyptus/webui/client/view/ReportViewImpl.java @@ -73,11 +73,6 @@ void handleCsvButtonClick( ClickEvent e ) { this.presenter.downloadCsv( ); } - @UiHandler( "xlsButton" ) - void handleXlsButtonClick( ClickEvent e ) { - this.presenter.downloadXls( ); - } - @UiHandler( "htmlButton" ) void handleHtmlButtonClick( ClickEvent e ) { this.presenter.downloadHtml( );