* Sets the panel in show mode
*/
public CommandResponse panelActionShowMode(Panel panel, CommandRequest request) throws Exception {
log.debug("Setting panel in configuration mode " + panel.getPanelId());
activateNormalMode(panel, request);
return new ShowPanelPage();
}