summaryrefslogtreecommitdiffstats
path: root/src/usr
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:17:05 -0500
commit13b0380267fbddb07c2396344fec83ab47e5294f (patch)
tree01e0bc02af502b8765e3d39dd6f08b439cef4279 /src/usr
parent363c7d41ead529220b5d33931ea87c685610a3ba (diff)
downloadpfsense-13b0380267fbddb07c2396344fec83ab47e5294f.zip
pfsense-13b0380267fbddb07c2396344fec83ab47e5294f.tar.gz
clean up Installed Packages widget by removing category
Diffstat (limited to 'src/usr')
-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 8958345..38c45ce 100644
--- a/src/usr/local/www/widgets/widgets/installed_packages.widget.php
+++ b/src/usr/local/www/widgets/widgets/installed_packages.widget.php
@@ -48,7 +48,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");
@@ -100,7 +99,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