补上遗漏的几个日志页中的面包屑导航
This commit is contained in:
parent
69b7bb42d1
commit
2ebe2bfc4d
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user