summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-01-10 05:36:19 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-01-10 05:36:19 +0000
commit689b5e7b8ad692d17790b1923d4c78c401aa7f4b (patch)
treeb6c79c468054a99d8a50ea9a58cd21a124cd2f9f /usr/local/www/pkg_mgr.php
parent21978d4085495a21f6c41f046fe917f1d89f22a6 (diff)
downloadpfsense-689b5e7b8ad692d17790b1923d4c78c401aa7f4b.zip
pfsense-689b5e7b8ad692d17790b1923d4c78c401aa7f4b.tar.gz
Break status into its own column
Diffstat (limited to 'usr/local/www/pkg_mgr.php')
-rwxr-xr-xusr/local/www/pkg_mgr.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/local/www/pkg_mgr.php b/usr/local/www/pkg_mgr.php
index 94336bd..4ec85e6 100755
--- a/usr/local/www/pkg_mgr.php
+++ b/usr/local/www/pkg_mgr.php
@@ -106,6 +106,7 @@ if(!$pkg_config['packages']) {
<tr>
<td width="25%" class="listhdrr">Package Name</td>
<td width="25%" class="listhdrr">Category</td>
+ <td width="5%" class="listhdrr">Status</td>
<td width="50%" class="listhdr">Description</td>
</tr>
@@ -126,9 +127,9 @@ if(!$pkg_config['packages']) {
</td>
<td class="listlr">
<?= $pkg['category'] ?>
- <p>
+ </td>
+ <td class="listlr">
<?= $pkg['status'] ?>
- </p>
</td>
<td class="listbg">
<font color="#FFFFFFF">
OpenPOWER on IntegriCloud