From 0457c048399a4fce9d350fc892c76df2f814a5a0 Mon Sep 17 00:00:00 2001 From: Sohel Ahmed Mesaniya Date: Thu, 3 Feb 2022 15:45:51 +0530 Subject: [PATCH] Add title Add title because it helps when there are lot of tabs open in browser --- src/views/job/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/views/job/index.php b/src/views/job/index.php index 6b5b8e5..99e9ede 100644 --- a/src/views/job/index.php +++ b/src/views/job/index.php @@ -12,6 +12,8 @@ use zhuravljov\yii\queue\monitor\Module; use zhuravljov\yii\queue\monitor\widgets\FilterBar; +$this->title = Module::t('main', 'Jobs | Queue Monitor'); + if (JobFilter::restoreParams()) { $this->params['breadcrumbs'][] = ['label' => Module::t('main', 'Jobs'), 'url' => ['index']]; $this->params['breadcrumbs'][] = Module::t('main', 'Filtered');