Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 9e28d9e7 authored by Guillaume Thomazon's avatar Guillaume Thomazon
Browse files

Add direct link to the message of open proxy channel

git-svn-id: https://scm.gforge.inria.fr/authscm/ycadoret/svn/gazelle/Maven/gazelle-proxy/trunk@33945 356b4b1a-1d2b-0410-8bf1-ffa24008f01e
parent 9f10260f
No related branches found
No related tags found
No related merge requests found
...@@ -71,6 +71,12 @@ ...@@ -71,6 +71,12 @@
actionListener="#{channelManagerBean.setChannelToStop(currentChannel.proxyProviderPort)}" actionListener="#{channelManagerBean.setChannelToStop(currentChannel.proxyProviderPort)}"
oncomplete="Richfaces.showModalPanel('stopPanel');" /> oncomplete="Richfaces.showModalPanel('stopPanel');" />
</h:outputLink> </h:outputLink>
<h:outputText>&#160;&#160;&#160;&#160;</h:outputText>
<h:outputLink value="#" id="linkMessages">
<a4j:htmlCommandLink
action="#{messagesBean.redirectToMessages(currentChannel.channelType,currentChannel.proxyProviderPort,currentChannel.proxyConsumerHost,currentChannel.proxyConsumerPort,null,null,null,null,null,null,null)}"
value="Details" target="_blank" />
</h:outputLink>
</rich:column> </rich:column>
<f:facet name="footer"> <f:facet name="footer">
...@@ -94,7 +100,7 @@ ...@@ -94,7 +100,7 @@
value="#{messages['net.ihe.gazelle.proxy.Cancel']}" /> value="#{messages['net.ihe.gazelle.proxy.Cancel']}" />
<a4j:htmlCommandLink <a4j:htmlCommandLink
action="#{channelManagerBean.stopChannelReal()}" action="#{channelManagerBean.stopChannelReal()}"
value="#{messages['net.ihe.gazelle.proxy.StopProxy']}" /> value="Stop channel" />
</h:panelGrid> </h:panelGrid>
</h:form> </h:form>
......
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