diff --git a/system-setting/frontend/src/business/common/config.js b/system-setting/frontend/src/business/common/config.js index 3eec8c142c..75e3151e7d 100644 --- a/system-setting/frontend/src/business/common/config.js +++ b/system-setting/frontend/src/business/common/config.js @@ -96,6 +96,9 @@ export function LOG_MODULE_MAP(_this) { ['SYSTEM_QUOTA_MANAGEMENT', _this.$t('operating_log.system_quota_management')], ['ENTERPRISE_TEST_REPORT', _this.$t('operating_log.enterprise_test_report')], ['SYSTEM_AUTHORIZATION_MANAGEMENT', _this.$t('operating_log.system_authorization_management')], + ['UI_ELEMENT', _this.$t('operating_log.ui_element')], + ['UI_AUTOMATION', _this.$t('operating_log.ui_automation')], + ['UI_AUTOMATION_REPORT', _this.$t('operating_log.ui_automation_report')], ]); return LOG_MODULE_MAP; }