This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new 1df4d18adb [INLONG-9777][Dashboard] Module audit ip query display 
optimization (#9778)
1df4d18adb is described below

commit 1df4d18adbc093c2b80010452ef73ee1fa76b1ee
Author: Lizhen <[email protected]>
AuthorDate: Tue Mar 5 17:38:44 2024 +0800

    [INLONG-9777][Dashboard] Module audit ip query display optimization (#9778)
---
 inlong-dashboard/src/ui/pages/ModuleAudit/IpModule/config.tsx | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/inlong-dashboard/src/ui/pages/ModuleAudit/IpModule/config.tsx 
b/inlong-dashboard/src/ui/pages/ModuleAudit/IpModule/config.tsx
index 0351ed9088..98143bdf8c 100644
--- a/inlong-dashboard/src/ui/pages/ModuleAudit/IpModule/config.tsx
+++ b/inlong-dashboard/src/ui/pages/ModuleAudit/IpModule/config.tsx
@@ -141,10 +141,6 @@ export const getTableColumns = source => {
     render: text => text || 0,
   }));
   return [
-    {
-      title: i18n.t('pages.GroupDetail.Audit.Time'),
-      dataIndex: 'logTs',
-    },
     {
       title: i18n.t('pages.ModuleAudit.config.InlongGroupId'),
       dataIndex: 'inlongGroupId',

Reply via email to