Skip to content
Snippets Groups Projects
Commit b00da3f1 authored by Nils Christian Ehmke's avatar Nils Christian Ehmke
Browse files

Minor correction

parent 51cb71af
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment