From 36cd105bc87a204ec594b5505d8fb12ec1cd5813 Mon Sep 17 00:00:00 2001 From: lijiahang Date: Tue, 5 Dec 2023 19:23:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=BB=88=E7=AB=AF=E5=B8=83=E5=B1=80.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../{host-layout.vue => full-layout.vue} | 6 +- orion-ops-ui/src/router/routes/base.ts | 11 +- .../src/router/routes/modules/host-ops.ts | 17 ++ .../router/routes/modules/host-workspcae.ts | 16 -- .../terminal/assets/styles/layout.less | 184 ++++++++++++++++++ .../components/layout/terminal-header.vue} | 12 +- .../layout/terminal-left-sidebar.vue | 52 +++++ .../layout/terminal-right-sidebar.vue | 44 +++++ .../terminal/components/terminal-content.vue | 23 +++ .../src/views/host-ops/terminal/index.vue | 96 +++++++++ .../menu/components/menu-form-modal.vue | 2 +- 11 files changed, 430 insertions(+), 33 deletions(-) rename orion-ops-ui/src/layout/{host-layout.vue => full-layout.vue} (91%) create mode 100644 orion-ops-ui/src/router/routes/modules/host-ops.ts delete mode 100644 orion-ops-ui/src/router/routes/modules/host-workspcae.ts create mode 100644 orion-ops-ui/src/views/host-ops/terminal/assets/styles/layout.less rename orion-ops-ui/src/views/{host-workspace/terminal/index.vue => host-ops/terminal/components/layout/terminal-header.vue} (52%) create mode 100644 orion-ops-ui/src/views/host-ops/terminal/components/layout/terminal-left-sidebar.vue create mode 100644 orion-ops-ui/src/views/host-ops/terminal/components/layout/terminal-right-sidebar.vue create mode 100644 orion-ops-ui/src/views/host-ops/terminal/components/terminal-content.vue create mode 100644 orion-ops-ui/src/views/host-ops/terminal/index.vue diff --git a/orion-ops-ui/src/layout/host-layout.vue b/orion-ops-ui/src/layout/full-layout.vue similarity index 91% rename from orion-ops-ui/src/layout/host-layout.vue rename to orion-ops-ui/src/layout/full-layout.vue index 3d2bf368..7058be10 100644 --- a/orion-ops-ui/src/layout/host-layout.vue +++ b/orion-ops-ui/src/layout/full-layout.vue @@ -1,5 +1,5 @@