[GitHub] [apisix-dashboard] liuxiran commented on a change in pull request #1240: feat(fe): import and export routes

2021-01-13 Thread GitBox
liuxiran commented on a change in pull request #1240: URL: https://github.com/apache/apisix-dashboard/pull/1240#discussion_r556637865 ## File path: web/src/pages/Route/locales/zh-CN.ts ## @@ -125,4 +125,8 @@ export default { 'page.route.TabPane.authentication': '认证', 'pag

[GitHub] [apisix-dashboard] liuxiran commented on a change in pull request #1240: feat(fe): import and export routes

2021-01-13 Thread GitBox
liuxiran commented on a change in pull request #1240: URL: https://github.com/apache/apisix-dashboard/pull/1240#discussion_r556637994 ## File path: web/src/pages/Route/locales/zh-CN.ts ## @@ -125,4 +125,8 @@ export default { 'page.route.TabPane.authentication': '认证', 'pag

[GitHub] [apisix-dashboard] liuxiran commented on a change in pull request #1240: feat(fe): import and export routes

2021-01-13 Thread GitBox
liuxiran commented on a change in pull request #1240: URL: https://github.com/apache/apisix-dashboard/pull/1240#discussion_r557013155 ## File path: web/src/pages/Route/List.tsx ## @@ -63,6 +104,84 @@ const Page: React.FC = () => { }); }; + const handleExport = (expor

[GitHub] [apisix-dashboard] liuxiran commented on a change in pull request #1240: feat(fe): import and export routes

2021-01-13 Thread GitBox
liuxiran commented on a change in pull request #1240: URL: https://github.com/apache/apisix-dashboard/pull/1240#discussion_r557111316 ## File path: web/src/pages/Route/List.tsx ## @@ -63,6 +104,84 @@ const Page: React.FC = () => { }); }; + const handleExport = (expor

[GitHub] [apisix-dashboard] liuxiran commented on a change in pull request #1240: feat(fe): import and export routes

2021-01-13 Thread GitBox
liuxiran commented on a change in pull request #1240: URL: https://github.com/apache/apisix-dashboard/pull/1240#discussion_r557110778 ## File path: web/src/pages/Route/List.tsx ## @@ -63,6 +104,84 @@ const Page: React.FC = () => { }); }; + const handleExport = (expor

[GitHub] [apisix-dashboard] liuxiran commented on a change in pull request #1240: feat(fe): import and export routes

2021-01-13 Thread GitBox
liuxiran commented on a change in pull request #1240: URL: https://github.com/apache/apisix-dashboard/pull/1240#discussion_r557111729 ## File path: web/src/pages/Route/List.tsx ## @@ -18,29 +18,70 @@ import React, { useRef, useEffect, useState } from 'react'; import { PageHead

[GitHub] [apisix-dashboard] liuxiran commented on a change in pull request #1240: feat(fe): import and export routes

2021-01-13 Thread GitBox
liuxiran commented on a change in pull request #1240: URL: https://github.com/apache/apisix-dashboard/pull/1240#discussion_r557112618 ## File path: web/src/pages/Route/locales/zh-CN.ts ## @@ -125,8 +125,8 @@ export default { 'page.route.TabPane.authentication': '认证', 'pag

[GitHub] [apisix-dashboard] liuxiran commented on a change in pull request #1240: feat(fe): import and export routes

2021-01-25 Thread GitBox
liuxiran commented on a change in pull request #1240: URL: https://github.com/apache/apisix-dashboard/pull/1240#discussion_r564149264 ## File path: web/cypress/integration/route/import_export_route.spec.js ## @@ -0,0 +1,83 @@ +/* + * Licensed to the Apache Software Foundation (

[GitHub] [apisix-dashboard] liuxiran commented on a change in pull request #1240: feat(fe): import and export routes

2021-01-25 Thread GitBox
liuxiran commented on a change in pull request #1240: URL: https://github.com/apache/apisix-dashboard/pull/1240#discussion_r564149264 ## File path: web/cypress/integration/route/import_export_route.spec.js ## @@ -0,0 +1,83 @@ +/* + * Licensed to the Apache Software Foundation (