修改攻击菜单国际化;
操控日志菜单分配给admin用户
This commit is contained in:
@@ -1592,8 +1592,8 @@ action_insert=Insert
|
||||
action_manipulate=Manipulate
|
||||
method=Method
|
||||
ddos_log=Attacks
|
||||
other_system_ddos_log_menu=Chain Attack
|
||||
other_system_ddos_report_menu=Attacks Statistics
|
||||
other_system_ddos_log_menu=Attack Chain
|
||||
other_system_ddos_report_menu=Attack Posture
|
||||
statistics=Statistics
|
||||
config_log_total=Configuration Log Total
|
||||
statis_dimension=Statistics Dimension
|
||||
|
||||
@@ -1594,8 +1594,8 @@ action_insert=Insert
|
||||
action_manipulate=Manipulate
|
||||
method=Method
|
||||
ddos_log=Attacks
|
||||
other_system_ddos_log_menu=Chain Attack
|
||||
other_system_ddos_report_menu=Attacks Statistics
|
||||
other_system_ddos_log_menu=Attack Chain
|
||||
other_system_ddos_report_menu=Attack Posture
|
||||
statistics=Statistics
|
||||
config_log_total=Configuration Log Total
|
||||
statis_dimension=Statistics Dimension
|
||||
|
||||
@@ -2,3 +2,6 @@
|
||||
#日志检索-国家代理下新增HTTP(S)操控菜单
|
||||
INSERT INTO `sys_menu` (`parent_id`, `parent_ids`, `code`, `name`, `sort`, `href`, `target`, `icon`, `is_show`, `permission`, `create_by`, `create_date`, `update_by`, `update_date`, `remarks`, `del_flag`, `menu_bg`, `quick_action`, `is_top`, `function_id`) VALUES ('951', '0,1,152,951,', 'http_manipulation', 'HTTP操控', '5', '/log/pxy/httpManipulList', '', '', '1', '', '1', '2019-05-29 09:59:03', '1', '2019-05-29 09:59:03', '', '1', NULL, '0', '0', '215');
|
||||
|
||||
|
||||
#为admin角色分配新的菜单权限
|
||||
insert into sys_privilege (PRIVILEGE_MASTER,PRIVILEGE_MASTER_VALUE,PRIVILEGE_ACCESS,PRIVILEGE_ACCESS_VALUE,PRIVILEGE_OPERATION ) select 'ROLE',r.id,1000,m.id,1 from sys_role r,sys_menu m where r.name='admin' and m.code in ('http_manipulation') and href='/log/pxy/httpManipulList';
|
||||
|
||||
@@ -535,6 +535,7 @@
|
||||
<tr class="count"></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</br>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 8.2 KiB |
|
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 9.7 KiB |
Reference in New Issue
Block a user