summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg_mgr_installed.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-11-13 16:02:13 -0500
committerStephen Beaver <sbeaver@netgate.com>2015-11-13 16:02:13 -0500
commit99e2a6cefbec7153a1d32c3c55fe5d0a6f00b9bf (patch)
treeafed0ec0af6fe898b840ceea071fd6a4087c76f9 /src/usr/local/www/pkg_mgr_installed.php
parentd729ab36575175901bae2a2d0fd9a93389a8b7ec (diff)
downloadpfsense-99e2a6cefbec7153a1d32c3c55fe5d0a6f00b9bf.zip
pfsense-99e2a6cefbec7153a1d32c3c55fe5d0a6f00b9bf.tar.gz
Revised base firmware update
Diffstat (limited to 'src/usr/local/www/pkg_mgr_installed.php')
-rw-r--r--src/usr/local/www/pkg_mgr_installed.php31
1 files changed, 15 insertions, 16 deletions
diff --git a/src/usr/local/www/pkg_mgr_installed.php b/src/usr/local/www/pkg_mgr_installed.php
index f4ff765..1c74f5c 100644
--- a/src/usr/local/www/pkg_mgr_installed.php
+++ b/src/usr/local/www/pkg_mgr_installed.php
@@ -99,20 +99,21 @@ if(empty($installed_packages)):?>
<?=gettext("There are no packages currently installed.")?>
</div>
<?php else: ?>
- <div class="panel panel-body">
- <div class="table-responsive">
- <table class="table table-striped table-hover table-condensed">
- <thead>
- <tr>
- <th><!-- Status icon --></th>
- <th><?=gettext("Name")?></th>
- <th><?=gettext("Category")?></th>
- <th><?=gettext("Version")?></th>
- <th><?=gettext("Description")?></th>
- <th><?=gettext("Actions")?></th>
- </tr>
- </thead>
- <tbody>
+ <div class="panel panel-default">
+ <div class="panel-heading"><h2 class="panel-title"><?=gettext('Installed packages')?></h2></div>
+ <div class="table-responsive">
+ <table class="table table-striped table-hover table-condensed">
+ <thead>
+ <tr>
+ <th><!-- Status icon --></th>
+ <th><?=gettext("Name")?></th>
+ <th><?=gettext("Category")?></th>
+ <th><?=gettext("Version")?></th>
+ <th><?=gettext("Description")?></th>
+ <th><?=gettext("Actions")?></th>
+ </tr>
+ </thead>
+ <tbody>
<?php
foreach ($installed_packages as $pkg):
if(!$pkg['name']) {
@@ -125,8 +126,6 @@ if(empty($installed_packages)):?>
$missing = false;
$vergetstr = "";
- print($name . '<br />');
-
if (isset($pkg['broken'])) {
// package is configured, but does not exist in the system
$txtcolor = "red";
OpenPOWER on IntegriCloud