Add the ability to hide a service or services from the web GUI front-end, i.e. for some VICS instances some services may not be available. For the moment don't worry about hiding the service from the WSDL.
For the moment, the solution is to address each service separately. The current requirement is to hide the Prokaryotic Annotation Pipeline from the web GUI display on some VICS servers.
SystemPageHeader.java/PipelineListPanel.java: ADDED showProkaryoticPipeline variable which toggles display of the Prokaryotic Annotation Pipeline in the page header and the pipeline list. This value is set by changing the "ProkAnnotation.Server" setting in the server properties files. SF-3197471
vics.properties/vics-template.properties/camdev1.properties: ADDED ProkAnnotation.Server settings for toggling the display of the Prokaryotic Annotation Pipeline in the page header and the pipeline list. SF-3197471
This code is not yet checked-in to SourceForge.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
.
For the moment, the solution is to address each service separately. The current requirement is to hide the Prokaryotic Annotation Pipeline from the web GUI display on some VICS servers.
SystemPageHeader.java/PipelineListPanel.java: ADDED showProkaryoticPipeline variable which toggles display of the Prokaryotic Annotation Pipeline in the page header and the pipeline list. This value is set by changing the "ProkAnnotation.Server" setting in the server properties files. SF-3197471
vics.properties/vics-template.properties/camdev1.properties: ADDED ProkAnnotation.Server settings for toggling the display of the Prokaryotic Annotation Pipeline in the page header and the pipeline list. SF-3197471
This code is not yet checked-in to SourceForge.