dbmsv2_init...1

This commit is contained in:
choi.jh 2025-09-03 18:28:10 +09:00
parent 75527e0caa
commit 5207fad14e
2 changed files with 4 additions and 2 deletions

View File

@ -92,7 +92,8 @@ class ServiceHelper extends CustomerHelper
"data-src" => "/admin/equipment/serverpart/modify/{$serverPartEntity->getPK()}?ActionTemplate=popup",
"data-bs-toggle" => "modal",
"data-bs-target" => "#index_action_form",
["class" => "btn btn-sm btn-outline btn-circle", "target" => "_self"]
"class" => "btn btn-sm btn-outline btn-circle",
"target" => "_self"
]
);
$temps[] = sprintf(

View File

@ -138,7 +138,8 @@ class ServerHelper extends EquipmentHelper
"data-src" => "/admin/equipment/serverpart/modify/{$serverPartEntity->getPK()}?ActionTemplate=popup",
"data-bs-toggle" => "modal",
"data-bs-target" => "#index_action_form",
["class" => "btn btn-sm btn-outline btn-circle", "target" => "_self"]
"class" => "btn btn-sm btn-outline btn-circle",
"target" => "_self"
]
);
$temps[] = sprintf(