summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr_installed.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/pkg_mgr_installed.php')
-rwxr-xr-xusr/local/www/pkg_mgr_installed.php11
1 files changed, 10 insertions, 1 deletions
diff --git a/usr/local/www/pkg_mgr_installed.php b/usr/local/www/pkg_mgr_installed.php
index 2708c78..7915f3e 100755
--- a/usr/local/www/pkg_mgr_installed.php
+++ b/usr/local/www/pkg_mgr_installed.php
@@ -74,8 +74,9 @@ include("head.inc");
<table class="tabcont" width="100%" border="0" cellpadding="6" cellspacing="0">
<tr>
<td width="10%" class="listhdrr"><?=gettext("Package Name"); ?></td>
- <td width="20%" class="listhdrr"><?=gettext("Category"); ?></td>
+ <td width="15%" class="listhdrr"><?=gettext("Category"); ?></td>
<td width="10%" class="listhdrr"><?=gettext("Package Info"); ?></td>
+ <td width="5%" class="listhdrr"><?=gettext("Supported by BSD Perimter"); ?></td>
<td width="15%" class="listhdrr"><?=gettext("Package Version"); ?></td>
<td width="45%" class="listhdr"><?=gettext("Description"); ?></td>
</tr>
@@ -138,6 +139,14 @@ include("head.inc");
}
?>
</td>
+ <td class="listr">
+ <?php
+ if($pkg['supportedbybsdperimeter'])
+ echo "YES";
+ else
+ echo "NO";
+ ?>
+ </td>
<td class="<?=$tdclass;?>">
<?=$pkgver;?>
</td>
OpenPOWER on IntegriCloud