summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authork-paulius <k.dash.paulius@gmail.com>2016-02-14 00:12:22 -0600
committerk-paulius <k.dash.paulius@gmail.com>2016-02-14 00:12:22 -0600
commit550d7d8bdc12ca3028d1bfbd6ec012c64c9f45b5 (patch)
treeb04e1bab5d1de758a7eedf95264a49d378ea528c /src
parentc704b6417aef177ee353b937737ef9f4dc2451fb (diff)
downloadpfsense-550d7d8bdc12ca3028d1bfbd6ec012c64c9f45b5.zip
pfsense-550d7d8bdc12ca3028d1bfbd6ec012c64c9f45b5.tar.gz
Show package name in the breadcrumb.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/usr/local/www/status_pkglogs.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/usr/local/www/status_pkglogs.php b/src/usr/local/www/status_pkglogs.php
index 3687965..e137754 100755
--- a/src/usr/local/www/status_pkglogs.php
+++ b/src/usr/local/www/status_pkglogs.php
@@ -102,6 +102,10 @@ if (!$apkg) { // If we aren't looking for a specific package, locate the first p
}
$pgtitle = array(gettext("Status"), gettext("Package Logs"));
+
+if ($pkgwithlogging && !empty($apkg)) {
+ $pgtitle[] = $apkg;
+}
include("head.inc");
if ($pkgwithlogging == false) {
OpenPOWER on IntegriCloud