summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJared Dillard <jdillard@netgate.com>2016-07-28 19:09:22 -0500
committerJared Dillard <jdillard@netgate.com>2016-07-28 19:19:00 -0500
commit0673b5edc1281cffae3aa8bfb1a596f24d5e725b (patch)
tree984c94a21de7f44e28b0c717e1be521ddfeb5c10
parentf1773759e286fa7dfcaa10965fc7909b7abf560f (diff)
downloadpfsense-0673b5edc1281cffae3aa8bfb1a596f24d5e725b.zip
pfsense-0673b5edc1281cffae3aa8bfb1a596f24d5e725b.tar.gz
clean up Installed Packages widget by removing category
-rw-r--r--src/usr/local/www/widgets/widgets/installed_packages.widget.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/usr/local/www/widgets/widgets/installed_packages.widget.php b/src/usr/local/www/widgets/widgets/installed_packages.widget.php
index cc818b2..7444d57 100644
--- a/src/usr/local/www/widgets/widgets/installed_packages.widget.php
+++ b/src/usr/local/www/widgets/widgets/installed_packages.widget.php
@@ -80,7 +80,6 @@ if ($_REQUEST && $_REQUEST['ajax']) {
print("<thead>\n");
print( "<tr>\n");
print( "<th>" . gettext("Name") . "</th>\n");
- print( "<th>" . gettext("Category") . "</th>\n");
print( "<th>" . gettext("Version") . "</th>\n");
print( "<th>" . gettext("Actions") . "</th>\n");
print( "</tr>\n");
@@ -132,7 +131,6 @@ if ($_REQUEST && $_REQUEST['ajax']) {
print("<tr>\n");
print( '<td><span class="' . $txtcolor . '">' . $pkg['shortname'] . "</span></td>\n");
- print( "<td>" . implode(' ', $pkg['categories']) . "</td>\n");
print( "<td>\n");
print( '<i title="' . $status . '" class="fa fa-' . $statusicon . '"></i> ');
OpenPOWER on IntegriCloud