cfmgrv4 init...3
This commit is contained in:
parent
6089e0efa1
commit
04dfec55eb
@ -103,7 +103,7 @@ class ZoneHelper extends MVCHelper
|
||||
base_url() . $viewDatas['uri_path'] . "record?zone_uid=" . $viewDatas['entity']->getPK(),
|
||||
ICONS["FLAG"],
|
||||
[
|
||||
"class" => "btn btn-sm btn-primary btn-circle",
|
||||
"class" => "btn btn-sm btn-outline-primary btn-circle",
|
||||
"target" => "_self"
|
||||
]
|
||||
);
|
||||
@ -119,7 +119,7 @@ class ZoneHelper extends MVCHelper
|
||||
base_url() . $viewDatas['uri_path'] . "firewall?zone_uid=" . $viewDatas['entity']->getPK(),
|
||||
ICONS["FLAG"],
|
||||
[
|
||||
"class" => "btn btn-sm btn-warning btn-circle",
|
||||
"class" => "btn btn-sm btn-outline-warning btn-circle",
|
||||
"target" => "_self"
|
||||
]
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user