Skip to content

Commit

Permalink
[INLONG-9777][Dashboard] Module audit ip query display optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
bluewang committed Mar 5, 2024
1 parent b2e25ab commit 50fcbec
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions inlong-dashboard/src/ui/pages/ModuleAudit/IpModule/config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 50fcbec

Please sign in to comment.