You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/12/10 15:55:19 UTC

[GitHub] [apisix-dashboard] LiteSun commented on a change in pull request #978: Refactor online debug fe

LiteSun commented on a change in pull request #978:
URL: https://github.com/apache/apisix-dashboard/pull/978#discussion_r540283559



##########
File path: web/src/pages/Route/List.tsx
##########
@@ -14,19 +14,21 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-import React, { useRef } from 'react';
+import React, { useRef, useState } from 'react';
 import { PageHeaderWrapper } from '@ant-design/pro-layout';
 import ProTable, { ProColumns, ActionType } from '@ant-design/pro-table';
 import { Button, Popconfirm, notification, Tag, Space } from 'antd';
 import { history, useIntl } from 'umi';
-import { PlusOutlined } from '@ant-design/icons';
+import { PlusOutlined, BugOutlined } from '@ant-design/icons';
+import { timestampToLocaleString } from '@/helpers';
 
 import { fetchList, remove } from './service';
-import { timestampToLocaleString } from '@/helpers';
+import { DebugDrawDebugDrawView } from './components/DebugViews';

Review comment:
       weird name 🤔




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org