From b00da3f1d5a4cdd179af3aedc466562c99195d49 Mon Sep 17 00:00:00 2001 From: Nils Christian Ehmke <nie@informatik.uni-kiel.de> Date: Sun, 7 Oct 2012 16:08:59 +0200 Subject: [PATCH] Minor correction --- .../src/main/resources/messages_en.properties | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/Kieker.WebGUI/src/main/resources/messages_en.properties b/Kieker.WebGUI/src/main/resources/messages_en.properties index ea4ef0ca..fa9be852 100644 --- a/Kieker.WebGUI/src/main/resources/messages_en.properties +++ b/Kieker.WebGUI/src/main/resources/messages_en.properties @@ -117,20 +117,6 @@ msgOnlyJar=Currently only *.jar-Dependencies can be uploaded. The maximal file s # #------------------------------------------------------------------------------ -<p:commandButton value="Instantiate Analysis Controller" action="#{currentControllerBean.instantiateAnalysis()}" update=":messages :logList" disabled="#{empty currentControllerBean.projectName}"/> - <p:commandButton value="Clean Analysis" action="#{currentControllerBean.cleanAnalysis()}" update=":messages :logList" disabled="#{empty currentControllerBean.projectName}"/> - <p:commandButton value="Start Analysis" action="#{currentControllerBean.startAnalysis()}" update=":messages :logList" disabled="#{empty currentControllerBean.projectName}"/> - <p:commandButton value="Stop Analysis" - - <p:tooltip for="iconLEDRed1" value="Indicates that the AnalysisController has not been instantiated yet."/> - <p:tooltip for="iconLEDYellow" value="Indicates that the AnalysisController has been instantiated, but not yet started."/> - <p:tooltip for="iconLEDGreen" value="Indicates that the AnalysisController has been started and is running."/> - <p:tooltip for="iconLEDRed2" value="Indicates that the AnalysisController has been terminated or has failed."/> - <p:tooltip for="iconLEDRed1_2" value="Indicates that the AnalysisController has not been instantiated yet."/> - <p:tooltip for="iconLEDYellow_2" value="Indicates that the AnalysisController has been instantiated, but not yet started."/> - <p:tooltip for="iconLEDGreen_2" value="Indicates that the AnalysisController has been started and is running."/> - <p:tooltip for="iconLEDRed2_2" value="Indicates that the AnalysisController has been terminated or has failed."/> - #------------------------------------------------------------------------------ # # These are the messages for the cockpit editor page. -- GitLab