Skip to content

Commit ec86f20

Browse files
committed
Remove shell link from container menu (from another WIP)
1 parent cce837b commit ec86f20

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

root/app/www/public/functions/containers.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)