This commit is contained in:
2025-01-19 21:22:27 +03:00
parent a943b960ad
commit b733a49738
3 changed files with 6 additions and 0 deletions

View File

@ -27,6 +27,7 @@ $table->beforePrint(function () {
$btn = PrimaryBtn::create("Добавить модуль", "/admin/module_shop/module/create", width: '250px')->fetch();
$btn .= PrimaryBtn::create("Добавить ядро", "/admin/module_shop/kernel/create", '250px')->fetch();
$btn .= PrimaryBtn::create("Добавить тему админ-панели", "/admin/module_shop/admin_theme/create", '250px')->fetch();
$btn .= PrimaryBtn::create("Добавить тему сайта", "/admin/module_shop/theme/create", '250px')->fetch();
return $btn;
});
$table->addAction(ViewActionColumn::class);