summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg_mgr_installed.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/local/www/pkg_mgr_installed.php')
-rw-r--r--src/usr/local/www/pkg_mgr_installed.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/usr/local/www/pkg_mgr_installed.php b/src/usr/local/www/pkg_mgr_installed.php
index fca2f6d..8d8f298 100644
--- a/src/usr/local/www/pkg_mgr_installed.php
+++ b/src/usr/local/www/pkg_mgr_installed.php
@@ -180,6 +180,12 @@ if (empty($installed_packages)):?>
</td>
<td>
<?=$pkg['desc']?>
+<?php if (is_array($pkg['deps']) && count($pkg['deps'])): ?>
+ <br /><br /><?= gettext("Package Dependencies") ?>:
+ <?php foreach ($pkg['deps'] as $pdep): ?>
+ <br /><i class="fa fa-paperclip"></i> <?= basename($pdep['origin']) ?>-<?= $pdep['version'] ?>
+ <?php endforeach; ?>
+<?php endif; ?>
</td>
<td>
<a title="<?=gettext("Remove")?>" href="pkg_mgr_install.php?mode=delete&amp;pkg=<?=$pkg['name']?>" class="fa fa-trash"></a>
OpenPOWER on IntegriCloud