Skip to content

Commit

Permalink
fix: route page Protable
Browse files Browse the repository at this point in the history
  • Loading branch information
iamayushdas committed May 11, 2021
1 parent b1e66a2 commit 762f70f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions web/src/pages/Route/List.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ const Page: React.FC = () => {
{
title: formatMessage({ id: 'component.global.name' }),
dataIndex: 'name',
fixed: 'left',
},
{
title: formatMessage({ id: 'page.route.host' }),
Expand Down Expand Up @@ -493,6 +494,7 @@ const Page: React.FC = () => {
{
title: formatMessage({ id: 'component.global.operation' }),
valueType: 'option',
fixed: 'right',
hideInSearch: true,
render: (_, record) => (
<>
Expand Down Expand Up @@ -560,6 +562,7 @@ const Page: React.FC = () => {
rowSelection={rowSelection}
footer={() => <ListFooter />}
tableAlertRender={false}
scroll={{ x: 1300 }}
/>
<DebugDrawView
visible={debugDrawVisible}
Expand Down

0 comments on commit 762f70f

Please sign in to comment.