Baoyuantop commented on code in PR #2502:
URL: https://github.com/apache/apisix-dashboard/pull/2502#discussion_r932809548


##########
web/src/pages/Route/List.tsx:
##########
@@ -542,6 +545,27 @@ const Page: React.FC = () => {
         actionRef={ref}
         rowKey="id"
         columns={columns}
+        rowSelection={rowSelection}
+        tableAlertRender={() => (
+          <Space size={24}>
+            <span>
+            {formatMessage({ id: 'page.route.chosen' })} 
{selectedRowKeys.length} {formatMessage({ id: 'page.route.item' })}
+            </span>
+          </Space>
+        )}
+        tableAlertOptionRender={() => {
+          return (
+            <Space size={16}>
+              <Button

Review Comment:
   A small suggestion, for the delete type of button we tend to use red to keep 
the style consistent, for this delete all the dangerous operations, it is best 
to add a pop-up window to confirm the second



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to