From 483fe35561cc5e309170ba0bf776703010b34786 Mon Sep 17 00:00:00 2001 From: stasbilay02 Date: Thu, 19 Dec 2024 12:55:33 +0300 Subject: [PATCH] button fix, kernel update --- app/modules/module_shop/views/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);