diff --git a/app/modules/module_shop/views/index.php b/app/modules/module_shop/views/index.php index 7e1748c..b97cd3e 100644 --- a/app/modules/module_shop/views/index.php +++ b/app/modules/module_shop/views/index.php @@ -25,7 +25,7 @@ $table->columns([ ]); $table->beforePrint(function () { $btn = PrimaryBtn::create("Добавить модуль", "/admin/module_shop/module/create", width: '200px')->fetch(); - $btn .= PrimaryBtn::create("Добавить ядро", "/admin/module_shop/kernel/create", '400px')->fetch(); + $btn .= PrimaryBtn::create("Добавить ядро", "/admin/module_shop/kernel/create", '200px')->fetch(); return $btn; }); $table->addAction(ViewActionColumn::class);