Revision aebf6dad
Added by Jared Dillard about 9 years ago
src/usr/local/www/widgets/widgets/installed_packages.widget.php | ||
---|---|---|
80 | 80 |
print("<thead>\n"); |
81 | 81 |
print( "<tr>\n"); |
82 | 82 |
print( "<th>" . gettext("Name") . "</th>\n"); |
83 |
print( "<th>" . gettext("Category") . "</th>\n"); |
|
84 | 83 |
print( "<th>" . gettext("Version") . "</th>\n"); |
85 | 84 |
print( "<th>" . gettext("Actions") . "</th>\n"); |
86 | 85 |
print( "</tr>\n"); |
... | ... | |
132 | 131 |
|
133 | 132 |
print("<tr>\n"); |
134 | 133 |
print( '<td><span class="' . $txtcolor . '">' . $pkg['shortname'] . "</span></td>\n"); |
135 |
print( "<td>" . implode(' ', $pkg['categories']) . "</td>\n"); |
|
136 | 134 |
print( "<td>\n"); |
137 | 135 |
print( '<i title="' . $status . '" class="fa fa-' . $statusicon . '"></i> '); |
138 | 136 |
|
Also available in: Unified diff
clean up Installed Packages widget by removing category