补上遗漏的几个日志页中的面包屑导航

This commit is contained in:
Chenx221 2024-04-08 16:15:46 +08:00
parent 69b7bb42d1
commit 2ebe2bfc4d
Signed by: chenx221
GPG Key ID: D7A9EC07024C3021
3 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,7 @@ use yii\widgets\Pjax;
/** @var app\models\DownloadLogs $searchModel */
/** @var yii\data\ActiveDataProvider $dataProvider */
$this->title = '分享访问日志';
$this->params['breadcrumbs'][] = $this->title;
?>
<div class="access-logs">
<h1><?= Html::encode($this->title) ?></h1>

View File

@ -10,6 +10,7 @@ use yii\widgets\Pjax;
/** @var app\models\CollectionUploadedSearch $searchModel */
/** @var yii\data\ActiveDataProvider $dataProvider */
$this->title = '文件收集上传日志';
$this->params['breadcrumbs'][] = $this->title;
?>
<div class="access-logs">
<h1><?= Html::encode($this->title) ?></h1>

View File

@ -10,6 +10,7 @@ use yii\widgets\Pjax;
/** @var app\models\LoginLogs $searchModel */
/** @var yii\data\ActiveDataProvider $dataProvider */
$this->title = '用户登录日志';
$this->params['breadcrumbs'][] = $this->title;
?>
<div class="login-logs">
<h1><?= Html::encode($this->title) ?></h1>