add: screen lock time out

This commit is contained in:
2024-01-12 14:20:50 +08:00
parent 6b3cf5bf31
commit d67a110476
4 changed files with 56 additions and 1 deletions

View File

@@ -534,3 +534,5 @@ Note: Please pass the value of the parameter interva according to the time unit
4026,4026,menu.monitor.topologyArchitecture,NE System Topology,i18n_en,,,1,supervisor,1.7E+12,,0, 4026,4026,menu.monitor.topologyArchitecture,NE System Topology,i18n_en,,,1,supervisor,1.7E+12,,0,
4027,4027,menu.alarm,Alarm,i18n_en,,,1,supervisor,1.7E+12,,0, 4027,4027,menu.alarm,Alarm,i18n_en,,,1,supervisor,1.7E+12,,0,
4028,4028,menu.topology,Topology,i18n_en,,,1,supervisor,1.7E+12,,0, 4028,4028,menu.topology,Topology,i18n_en,,,1,supervisor,1.7E+12,,0,
4029,4029,config.sys.lockTime,System Settings - Screen Lock Timeout Duration,i18n_en,,,1,supervisor,1.7E+12,,0,
4030,4030,config.sys.lockTimeRemark,Topology,i18n_en,,,1,supervisor,1.7E+12,,0,
1 dict_code dict_sort dict_label dict_value dict_type tag_class tag_type status create_by create_time update_by update_time remark
534 4029 4029 config.sys.lockTime System Settings - Screen Lock Timeout Duration i18n_en 1 supervisor 1.7E+12 0
535 4030 4030 config.sys.lockTimeRemark Topology i18n_en 1 supervisor 1.7E+12 0
536
537
538

View File

@@ -533,4 +533,6 @@ interval单位分钟平均分钟资源情况
2025,2025,log.operate.title.chartGraph,拓扑图组,i18n_zh,,,1,supervisor,1.70E+12,,0, 2025,2025,log.operate.title.chartGraph,拓扑图组,i18n_zh,,,1,supervisor,1.70E+12,,0,
2026,2026,menu.monitor.topologyArchitecture,网元拓扑组网,i18n_zh,,,1,supervisor,1.70E+12,,0, 2026,2026,menu.monitor.topologyArchitecture,网元拓扑组网,i18n_zh,,,1,supervisor,1.70E+12,,0,
2027,2027,menu.alarm,告警,i18n_zh,,,1,supervisor,1.7E+12,,0, 2027,2027,menu.alarm,告警,i18n_zh,,,1,supervisor,1.7E+12,,0,
2028,2028,menu.topology,拓扑,i18n_zh,,,1,supervisor,1.7E+12,,0, 2028,2028,menu.topology,拓扑,i18n_zh,,,1,supervisor,1.7E+12,,0,
2029,2029,config.sys.lockTime,系统设置-锁屏超时时长,i18n_zh,,,1,supervisor,1.7E+12,,0,
2030,2030,config.sys.lockTimeRemark,"Screen lock timeout duration when idle, in seconds.",i18n_zh,,,1,supervisor,1.7E+12,,0,
1 dict_code dict_sort dict_label dict_value dict_type tag_class tag_type status create_by create_time update_by update_time remark
533 2028 2028 menu.topology 拓扑 i18n_zh 1 supervisor 1.7E+12 0
534 2029 2029 config.sys.lockTime 系统设置-锁屏超时时长 i18n_zh 1 supervisor 1.7E+12 0
535 2030 2030 config.sys.lockTimeRemark Screen lock timeout duration when idle, in seconds. i18n_zh 1 supervisor 1.7E+12 0
536
537
538

View File

@@ -472,4 +472,29 @@ SET
`remark` = 'config.sys.logo.filePathBrandRemark' `remark` = 'config.sys.logo.filePathBrandRemark'
WHERE `config_id` = 104; WHERE `config_id` = 104;
INSERT
IGNORE INTO `omc_db`.`sys_config` (
`config_id`,
`config_name`,
`config_key`,
`config_value`,
`config_type`,
`create_by`,
`create_time`,
`update_by`,
`update_time`,
`remark`
)
VALUES (
110,
'config.sys.lockTime',
'sys.lockTime',
'600',
'Y',
'supervisor',
1704960008300,
'admin',
1705030367279,
'config.sys.lockTimeRemark'
);
SET FOREIGN_KEY_CHECKS=1; SET FOREIGN_KEY_CHECKS=1;

View File

@@ -473,4 +473,30 @@ SET
`remark` = 'config.sys.logo.filePathBrandRemark' `remark` = 'config.sys.logo.filePathBrandRemark'
WHERE `config_id` = 104; WHERE `config_id` = 104;
INSERT
IGNORE INTO `omc_db`.`sys_config` (
`config_id`,
`config_name`,
`config_key`,
`config_value`,
`config_type`,
`create_by`,
`create_time`,
`update_by`,
`update_time`,
`remark`
)
VALUES (
110,
'config.sys.lockTime',
'sys.lockTime',
'600',
'Y',
'supervisor',
1704960008300,
'admin',
1705030367279,
'config.sys.lockTimeRemark'
);
SET FOREIGN_KEY_CHECKS=1; SET FOREIGN_KEY_CHECKS=1;