summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg_mgr_installed.php
diff options
context:
space:
mode:
authorJared Dillard <jdillard@netgate.com>2015-10-12 16:03:53 -0500
committerJared Dillard <jdillard@netgate.com>2015-10-12 16:03:53 -0500
commita455c1dce38bc1bd648cbd756b6b44636ab274a5 (patch)
treef8407487a822189bdb2dd83f5053331dbb192f88 /src/usr/local/www/pkg_mgr_installed.php
parentf152acf0de4ece455d9e2adece2c87ad743b2de6 (diff)
downloadpfsense-a455c1dce38bc1bd648cbd756b6b44636ab274a5.zip
pfsense-a455c1dce38bc1bd648cbd756b6b44636ab274a5.tar.gz
add missing column header
Diffstat (limited to 'src/usr/local/www/pkg_mgr_installed.php')
-rw-r--r--src/usr/local/www/pkg_mgr_installed.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/local/www/pkg_mgr_installed.php b/src/usr/local/www/pkg_mgr_installed.php
index 9330c51..a9e1482 100644
--- a/src/usr/local/www/pkg_mgr_installed.php
+++ b/src/usr/local/www/pkg_mgr_installed.php
@@ -99,6 +99,7 @@ if(!is_array($config['installedpackages']['package'])):?>
<th><?=gettext("Category")?></th>
<th><?=gettext("Version")?></th>
<th><?=gettext("Description")?></th>
+ <th><?=gettext("Actions")?></th>
</tr>
</thead>
<tbody>
OpenPOWER on IntegriCloud