From fe4b87927eb05a554ff8b8da0f0444bb47b78f63 Mon Sep 17 00:00:00 2001 From: lijiahang Date: Thu, 18 Apr 2024 11:31:05 +0800 Subject: [PATCH] =?UTF-8?q?:zap:=20=E4=BC=98=E5=8C=96=E8=B5=84=E4=BA=A7?= =?UTF-8?q?=E6=8E=88=E6=9D=83=E4=BA=A4=E4=BA=92=E9=80=BB=E8=BE=91.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../asset/host-group/tree-selector/index.vue | 3 +- .../asset/host-group/tree/index.vue | 69 +++++++++++-------- .../components/asset/host/selector/index.vue | 2 +- .../components/meta/history/modal/index.vue | 2 +- .../meta/tag/multi-selector/index.vue | 3 +- .../src/components/view/editor/index.vue | 8 +-- .../asset/grant/components/grant-layout.vue | 40 +++++++---- .../grant/components/host-group-grant.vue | 43 +++++++++++- .../grant/components/host-identity-grant.vue | 19 ++++- .../asset/grant/components/host-key-grant.vue | 15 +++- .../components/group/host-group-drawer.vue | 1 + .../host-list/components/host-card-list.vue | 1 - .../asset/host-list/components/host-table.vue | 1 - .../components/command-snippet-list-group.vue | 2 +- .../components/command-snippet-list-item.vue | 2 +- .../components/layout/icon-actions.vue | 2 +- .../new-connection/host-group-view.vue | 4 +- .../components/new-connection/hosts-view.vue | 10 +-- .../setting/extra/ssh-setting-form.vue | 3 +- .../shortcut/terminal-shortcut-keys-block.vue | 2 +- .../components/setting/terminal-example.vue | 4 +- .../terminal/components/sftp/sftp-view.vue | 2 +- .../host/terminal/components/ssh/ssh-view.vue | 2 +- .../user/info/components/login-history.vue | 2 +- .../user/info/components/user-base-info.vue | 2 +- .../user/info/components/user-session.vue | 6 +- 26 files changed, 166 insertions(+), 84 deletions(-) diff --git a/orion-ops-ui/src/components/asset/host-group/tree-selector/index.vue b/orion-ops-ui/src/components/asset/host-group/tree-selector/index.vue index 79dc2210..f7506c09 100644 --- a/orion-ops-ui/src/components/asset/host-group/tree-selector/index.vue +++ b/orion-ops-ui/src/components/asset/host-group/tree-selector/index.vue @@ -5,8 +5,7 @@ :loading="loading" placeholder="请选择主机分组" :allow-clear="true" - :allow-search="true"> - + :allow-search="true" />