Index: /branches/rel_ag_9_4_5/webui/proxy/new/incGlobal/adminTools/troubleshoot/class.cliWrap_gTroubleshoot.php
===================================================================
--- /branches/rel_ag_9_4_5/webui/proxy/new/incGlobal/adminTools/troubleshoot/class.cliWrap_gTroubleshoot.php	(revision 20404)
+++ /branches/rel_ag_9_4_5/webui/proxy/new/incGlobal/adminTools/troubleshoot/class.cliWrap_gTroubleshoot.php	(working copy)
@@ -425,9 +425,10 @@
 					';
 				}
 				$this->mainContent .= '</td></tr>';
-				$this->mainContent .= anLib_htmlCode::cliWrap_endTable(true);
-				$this->mainContent .= anLib_htmlCode::pageSectionSpacer();
-				$this->mainContent .= anLib_htmlCode::pageSectionEnd();
+				if (pilot::getShell() == 'global'){
+					$this->mainContent .= anLib_htmlCode::cliWrap_endTable(true);
+					$this->mainContent .= anLib_htmlCode::pageSectionSpacer();
+					$this->mainContent .= anLib_htmlCode::pageSectionEnd();
 				// ------------------------------------------------------------
 				// Clear crash files.
 				// ------------------------------------------------------------
@@ -446,6 +447,7 @@
 								$g_tabIndex++,
 								'cols="70" rows="4" wrap="off" readonly="readonly"');
 					}
+				}
 
 				break;
 			case CLI_HIDE:
