]> gitweb.erp-flowers.ru Git - erp24_rep/yii-erp24/.git/commitdiff
Заголовок
authorfomichev <vladimir.fomichev@erp-flowers.ru>
Thu, 24 Oct 2024 20:57:50 +0000 (23:57 +0300)
committerfomichev <vladimir.fomichev@erp-flowers.ru>
Thu, 24 Oct 2024 20:57:50 +0000 (23:57 +0300)
erp24/views/crud/cluster-admin/index.php

index 64b6aad55abc7f8f25e594b48d1381fc8c8a399a..ee436f7cf46062742f00a38a89f0416bc9683aa0 100644 (file)
@@ -11,12 +11,14 @@ use yii\grid\GridView;
 /* @var $clustersList array */
 /* @var $admins array */
 
+$this->title = 'Привязка Куст-Кустовой';
+$this->params['breadcrumbs'][] = $this->title;
 ?>
-
     <div class="cluster-admin-index p-4">
 
         <h1><?= Html::encode($this->title) ?></h1>
 
+
         <?= GridView::widget([
             'dataProvider' => new \yii\data\ArrayDataProvider([
                 'allModels' => $clusterMapping,