File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
root/app/www/public/functions Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -214,9 +214,6 @@ function renderContainerRow($nameHash, $return)
214214 <?= $ notificationIcon . '<span id=" ' . $ nameHash . '-onlineIcon" class=" ' . $ onlineClass . '">⚈</span> ' . $ process ['Names ' ] ?>
215215 </span>
216216 <ul class="dropdown-menu" aria-labelledby="containerMenu-<?= $ nameHash ?> ">
217- <?php if ($ isRunning ) { ?>
218- <li><a class="dropdown-item" href="javascript:void" onclick="containerShell('<?= $ process ['Names ' ] ?> ')" style="cursor:pointer;"><i class="text-primary fas fa-terminal fa-xs me-1"></i> Shell</a></li>
219- <?php } ?>
220217 <li id="<?= $ nameHash ?> -menu-start" style="display:<?= !$ start ? 'none ' : '' ?> ;"><?= $ start ?> </li>
221218 <li id="<?= $ nameHash ?> -menu-stop" style="display:<?= !$ stop ? 'none ' : '' ?> ;"><?= $ stop ?> </li>
222219 <li id="<?= $ nameHash ?> -menu-restart" style="display:<?= !$ restart ? 'none ' : '' ?> ;"><?= $ restart ?> </li>
You can’t perform that action at this time.
0 commit comments