From 20c5028db917940910950b4dcd6e1ceed5d8ef83 Mon Sep 17 00:00:00 2001 From: fomichev Date: Thu, 24 Oct 2024 23:57:50 +0300 Subject: [PATCH] =?utf8?q?=D0=97=D0=B0=D0=B3=D0=BE=D0=BB=D0=BE=D0=B2=D0=BE?= =?utf8?q?=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/views/crud/cluster-admin/index.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/erp24/views/crud/cluster-admin/index.php b/erp24/views/crud/cluster-admin/index.php index 64b6aad5..ee436f7c 100644 --- a/erp24/views/crud/cluster-admin/index.php +++ b/erp24/views/crud/cluster-admin/index.php @@ -11,12 +11,14 @@ use yii\grid\GridView; /* @var $clustersList array */ /* @var $admins array */ +$this->title = 'Привязка Куст-Кустовой'; +$this->params['breadcrumbs'][] = $this->title; ?> -

title) ?>

+ new \yii\data\ArrayDataProvider([ 'allModels' => $clusterMapping, -- 2.39.5