cfmgrv4 init...3

This commit is contained in:
최준흠 2024-10-21 10:13:31 +09:00
parent 6089e0efa1
commit 04dfec55eb

View File

@ -103,7 +103,7 @@ class ZoneHelper extends MVCHelper
base_url() . $viewDatas['uri_path'] . "record?zone_uid=" . $viewDatas['entity']->getPK(), base_url() . $viewDatas['uri_path'] . "record?zone_uid=" . $viewDatas['entity']->getPK(),
ICONS["FLAG"], ICONS["FLAG"],
[ [
"class" => "btn btn-sm btn-primary btn-circle", "class" => "btn btn-sm btn-outline-primary btn-circle",
"target" => "_self" "target" => "_self"
] ]
); );
@ -119,7 +119,7 @@ class ZoneHelper extends MVCHelper
base_url() . $viewDatas['uri_path'] . "firewall?zone_uid=" . $viewDatas['entity']->getPK(), base_url() . $viewDatas['uri_path'] . "firewall?zone_uid=" . $viewDatas['entity']->getPK(),
ICONS["FLAG"], ICONS["FLAG"],
[ [
"class" => "btn btn-sm btn-warning btn-circle", "class" => "btn btn-sm btn-outline-warning btn-circle",
"target" => "_self" "target" => "_self"
] ]
); );