From c6b86f8346291fd7eebdf6cf64fa1c185d3432ca Mon Sep 17 00:00:00 2001 From: lijiahang Date: Thu, 4 Jan 2024 18:21:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BB=84=E4=BB=B6=E5=91=BD?= =?UTF-8?q?=E5=90=8D=E6=96=B9=E5=BC=8F.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/orion-vue-views-components-card-list.vue.vm | 2 +- .../templates/orion-vue-views-components-form-drawer.vue.vm | 2 +- .../templates/orion-vue-views-components-form-modal.vue.vm | 2 +- .../resources/templates/orion-vue-views-components-table.vue.vm | 2 +- .../components/asset/host-group/host-group-tree-selector.vue | 2 +- .../src/components/asset/host-group/host-group-tree.vue | 2 +- .../components/asset/host-identity/host-identity-selector.vue | 2 +- .../src/components/asset/host-key/host-key-selector.vue | 2 +- orion-ops-ui/src/components/asset/host/host-selector.vue | 2 +- .../src/components/meta/history/history-value-modal.vue | 2 +- orion-ops-ui/src/components/meta/tag/tag-multi-selector.vue | 2 +- .../src/components/system/dict-key/dict-key-selector.vue | 2 +- .../src/components/system/menu/grant/menu-grant-table.vue | 2 +- .../src/components/system/menu/selector/menu-tree-selector.vue | 2 +- orion-ops-ui/src/components/user/role/role-selector.vue | 2 +- orion-ops-ui/src/components/user/user/update-password-modal.vue | 2 +- orion-ops-ui/src/components/user/user/user-selector.vue | 2 +- .../src/components/view/card-list/components/card-header.vue | 2 +- .../src/components/view/card-list/components/card-item.vue | 2 +- .../src/components/view/card-list/components/create-card.vue | 2 +- orion-ops-ui/src/components/view/card-list/index.vue | 2 +- orion-ops-ui/src/components/view/json/json-view-modal.vue | 2 +- orion-ops-ui/src/components/view/tab-router/index.vue | 2 +- orion-ops-ui/src/layout/full-layout.vue | 2 +- orion-ops-ui/src/views/asset/grant/components/grant-layout.vue | 2 +- .../src/views/asset/grant/components/host-group-grant.vue | 2 +- .../src/views/asset/grant/components/host-identity-grant.vue | 2 +- .../src/views/asset/grant/components/host-key-grant.vue | 2 +- orion-ops-ui/src/views/asset/grant/components/host-list.vue | 2 +- orion-ops-ui/src/views/asset/grant/components/router-roles.vue | 2 +- orion-ops-ui/src/views/asset/grant/components/router-users.vue | 2 +- .../asset/host-identity/components/host-identity-card-list.vue | 2 +- .../asset/host-identity/components/host-identity-form-modal.vue | 2 +- .../asset/host-identity/components/host-identity-table.vue | 2 +- .../src/views/asset/host-key/components/host-key-card-list.vue | 2 +- .../views/asset/host-key/components/host-key-form-drawer.vue | 2 +- .../src/views/asset/host-key/components/host-key-table.vue | 2 +- .../asset/host-list/components/config/host-config-drawer.vue | 2 +- .../asset/host-list/components/config/ssh/ssh-config-form.vue | 2 +- .../asset/host-list/components/group/host-group-drawer.vue | 2 +- .../views/asset/host-list/components/group/host-transfer.vue | 2 +- .../src/views/asset/host-list/components/host-card-list.vue | 2 +- .../src/views/asset/host-list/components/host-form-modal.vue | 2 +- .../src/views/asset/host-list/components/host-table.vue | 2 +- orion-ops-ui/src/views/base/status/not-found/index.vue | 2 +- .../src/views/host/terminal/components/layout/icon-actions.vue | 2 +- .../host/terminal/components/new-connection/ssh-extra-modal.vue | 2 +- .../views/system/dict-key/components/dict-key-form-modal.vue | 2 +- .../src/views/system/dict-key/components/dict-key-table.vue | 2 +- .../system/dict-value/components/dict-value-form-modal.vue | 2 +- .../src/views/system/dict-value/components/dict-value-table.vue | 2 +- .../src/views/system/menu/components/menu-form-modal.vue | 2 +- orion-ops-ui/src/views/system/menu/components/menu-table.vue | 2 +- orion-ops-ui/src/views/user/info/components/login-history.vue | 2 +- .../src/views/user/info/components/operator-log-list.vue | 2 +- orion-ops-ui/src/views/user/info/components/user-base-info.vue | 2 +- orion-ops-ui/src/views/user/info/components/user-session.vue | 2 +- .../user/operator-log/components/operator-log-query-header.vue | 2 +- .../views/user/operator-log/components/operator-log-table.vue | 2 +- orion-ops-ui/src/views/user/role/components/role-form-modal.vue | 2 +- .../src/views/user/role/components/role-menu-grant-modal.vue | 2 +- orion-ops-ui/src/views/user/role/components/role-table.vue | 2 +- orion-ops-ui/src/views/user/user/components/user-form-modal.vue | 2 +- .../views/user/user/components/user-grant-roles-form-modal.vue | 2 +- .../user/user/components/user-reset-password-form-modal.vue | 2 +- orion-ops-ui/src/views/user/user/components/user-table.vue | 2 +- 66 files changed, 66 insertions(+), 66 deletions(-) diff --git a/orion-ops-framework/orion-ops-spring-boot-starter-mybatis/src/main/resources/templates/orion-vue-views-components-card-list.vue.vm b/orion-ops-framework/orion-ops-spring-boot-starter-mybatis/src/main/resources/templates/orion-vue-views-components-card-list.vue.vm index 52085e3f..8c9ed80c 100644 --- a/orion-ops-framework/orion-ops-spring-boot-starter-mybatis/src/main/resources/templates/orion-vue-views-components-card-list.vue.vm +++ b/orion-ops-framework/orion-ops-spring-boot-starter-mybatis/src/main/resources/templates/orion-vue-views-components-card-list.vue.vm @@ -109,7 +109,7 @@ diff --git a/orion-ops-framework/orion-ops-spring-boot-starter-mybatis/src/main/resources/templates/orion-vue-views-components-form-drawer.vue.vm b/orion-ops-framework/orion-ops-spring-boot-starter-mybatis/src/main/resources/templates/orion-vue-views-components-form-drawer.vue.vm index 49bdbecf..a24f2f46 100644 --- a/orion-ops-framework/orion-ops-spring-boot-starter-mybatis/src/main/resources/templates/orion-vue-views-components-form-drawer.vue.vm +++ b/orion-ops-framework/orion-ops-spring-boot-starter-mybatis/src/main/resources/templates/orion-vue-views-components-form-drawer.vue.vm @@ -48,7 +48,7 @@ diff --git a/orion-ops-framework/orion-ops-spring-boot-starter-mybatis/src/main/resources/templates/orion-vue-views-components-form-modal.vue.vm b/orion-ops-framework/orion-ops-spring-boot-starter-mybatis/src/main/resources/templates/orion-vue-views-components-form-modal.vue.vm index 824fb09d..19b28bde 100644 --- a/orion-ops-framework/orion-ops-spring-boot-starter-mybatis/src/main/resources/templates/orion-vue-views-components-form-modal.vue.vm +++ b/orion-ops-framework/orion-ops-spring-boot-starter-mybatis/src/main/resources/templates/orion-vue-views-components-form-modal.vue.vm @@ -52,7 +52,7 @@ diff --git a/orion-ops-framework/orion-ops-spring-boot-starter-mybatis/src/main/resources/templates/orion-vue-views-components-table.vue.vm b/orion-ops-framework/orion-ops-spring-boot-starter-mybatis/src/main/resources/templates/orion-vue-views-components-table.vue.vm index 1103c6dc..0a87a4f9 100644 --- a/orion-ops-framework/orion-ops-spring-boot-starter-mybatis/src/main/resources/templates/orion-vue-views-components-table.vue.vm +++ b/orion-ops-framework/orion-ops-spring-boot-starter-mybatis/src/main/resources/templates/orion-vue-views-components-table.vue.vm @@ -130,7 +130,7 @@ diff --git a/orion-ops-ui/src/components/asset/host-group/host-group-tree-selector.vue b/orion-ops-ui/src/components/asset/host-group/host-group-tree-selector.vue index 3e47b059..6d0d2743 100644 --- a/orion-ops-ui/src/components/asset/host-group/host-group-tree-selector.vue +++ b/orion-ops-ui/src/components/asset/host-group/host-group-tree-selector.vue @@ -11,7 +11,7 @@ diff --git a/orion-ops-ui/src/components/asset/host-group/host-group-tree.vue b/orion-ops-ui/src/components/asset/host-group/host-group-tree.vue index a6449e66..ee47ed37 100644 --- a/orion-ops-ui/src/components/asset/host-group/host-group-tree.vue +++ b/orion-ops-ui/src/components/asset/host-group/host-group-tree.vue @@ -83,7 +83,7 @@ diff --git a/orion-ops-ui/src/components/asset/host-identity/host-identity-selector.vue b/orion-ops-ui/src/components/asset/host-identity/host-identity-selector.vue index 7199e8f2..fddb1dca 100644 --- a/orion-ops-ui/src/components/asset/host-identity/host-identity-selector.vue +++ b/orion-ops-ui/src/components/asset/host-identity/host-identity-selector.vue @@ -8,7 +8,7 @@ diff --git a/orion-ops-ui/src/components/asset/host-key/host-key-selector.vue b/orion-ops-ui/src/components/asset/host-key/host-key-selector.vue index 71f6a9f1..2cc017a8 100644 --- a/orion-ops-ui/src/components/asset/host-key/host-key-selector.vue +++ b/orion-ops-ui/src/components/asset/host-key/host-key-selector.vue @@ -8,7 +8,7 @@ diff --git a/orion-ops-ui/src/components/asset/host/host-selector.vue b/orion-ops-ui/src/components/asset/host/host-selector.vue index 6ad7ca64..929d5d41 100644 --- a/orion-ops-ui/src/components/asset/host/host-selector.vue +++ b/orion-ops-ui/src/components/asset/host/host-selector.vue @@ -8,7 +8,7 @@ diff --git a/orion-ops-ui/src/components/meta/history/history-value-modal.vue b/orion-ops-ui/src/components/meta/history/history-value-modal.vue index 5c34c7f9..1015fcd1 100644 --- a/orion-ops-ui/src/components/meta/history/history-value-modal.vue +++ b/orion-ops-ui/src/components/meta/history/history-value-modal.vue @@ -74,7 +74,7 @@ diff --git a/orion-ops-ui/src/components/meta/tag/tag-multi-selector.vue b/orion-ops-ui/src/components/meta/tag/tag-multi-selector.vue index e92410f5..18320c93 100644 --- a/orion-ops-ui/src/components/meta/tag/tag-multi-selector.vue +++ b/orion-ops-ui/src/components/meta/tag/tag-multi-selector.vue @@ -18,7 +18,7 @@ diff --git a/orion-ops-ui/src/components/system/dict-key/dict-key-selector.vue b/orion-ops-ui/src/components/system/dict-key/dict-key-selector.vue index 477fe738..8661efba 100644 --- a/orion-ops-ui/src/components/system/dict-key/dict-key-selector.vue +++ b/orion-ops-ui/src/components/system/dict-key/dict-key-selector.vue @@ -11,7 +11,7 @@ diff --git a/orion-ops-ui/src/components/system/menu/grant/menu-grant-table.vue b/orion-ops-ui/src/components/system/menu/grant/menu-grant-table.vue index 3b8ba3be..0310e00b 100644 --- a/orion-ops-ui/src/components/system/menu/grant/menu-grant-table.vue +++ b/orion-ops-ui/src/components/system/menu/grant/menu-grant-table.vue @@ -46,7 +46,7 @@ diff --git a/orion-ops-ui/src/components/system/menu/selector/menu-tree-selector.vue b/orion-ops-ui/src/components/system/menu/selector/menu-tree-selector.vue index 56f23d6a..0495297a 100644 --- a/orion-ops-ui/src/components/system/menu/selector/menu-tree-selector.vue +++ b/orion-ops-ui/src/components/system/menu/selector/menu-tree-selector.vue @@ -10,7 +10,7 @@ diff --git a/orion-ops-ui/src/components/user/role/role-selector.vue b/orion-ops-ui/src/components/user/role/role-selector.vue index b5781672..3e25e107 100644 --- a/orion-ops-ui/src/components/user/role/role-selector.vue +++ b/orion-ops-ui/src/components/user/role/role-selector.vue @@ -11,7 +11,7 @@ diff --git a/orion-ops-ui/src/components/user/user/update-password-modal.vue b/orion-ops-ui/src/components/user/user/update-password-modal.vue index a4235ea5..ee8ca72e 100644 --- a/orion-ops-ui/src/components/user/user/update-password-modal.vue +++ b/orion-ops-ui/src/components/user/user/update-password-modal.vue @@ -35,7 +35,7 @@ diff --git a/orion-ops-ui/src/components/user/user/user-selector.vue b/orion-ops-ui/src/components/user/user/user-selector.vue index c8b65c8a..b90f8191 100644 --- a/orion-ops-ui/src/components/user/user/user-selector.vue +++ b/orion-ops-ui/src/components/user/user/user-selector.vue @@ -11,7 +11,7 @@ diff --git a/orion-ops-ui/src/components/view/card-list/components/card-header.vue b/orion-ops-ui/src/components/view/card-list/components/card-header.vue index 51486b46..7f2a51db 100644 --- a/orion-ops-ui/src/components/view/card-list/components/card-header.vue +++ b/orion-ops-ui/src/components/view/card-list/components/card-header.vue @@ -97,7 +97,7 @@ diff --git a/orion-ops-ui/src/components/view/card-list/components/card-item.vue b/orion-ops-ui/src/components/view/card-list/components/card-item.vue index 96b626d0..dc5b4a0d 100644 --- a/orion-ops-ui/src/components/view/card-list/components/card-item.vue +++ b/orion-ops-ui/src/components/view/card-list/components/card-item.vue @@ -75,7 +75,7 @@ diff --git a/orion-ops-ui/src/components/view/card-list/components/create-card.vue b/orion-ops-ui/src/components/view/card-list/components/create-card.vue index a571ad66..e2b97db3 100644 --- a/orion-ops-ui/src/components/view/card-list/components/create-card.vue +++ b/orion-ops-ui/src/components/view/card-list/components/create-card.vue @@ -13,7 +13,7 @@ diff --git a/orion-ops-ui/src/components/view/card-list/index.vue b/orion-ops-ui/src/components/view/card-list/index.vue index e1bdf61a..32243330 100644 --- a/orion-ops-ui/src/components/view/card-list/index.vue +++ b/orion-ops-ui/src/components/view/card-list/index.vue @@ -69,7 +69,7 @@ diff --git a/orion-ops-ui/src/components/view/json/json-view-modal.vue b/orion-ops-ui/src/components/view/json/json-view-modal.vue index 98e8c061..d954417d 100644 --- a/orion-ops-ui/src/components/view/json/json-view-modal.vue +++ b/orion-ops-ui/src/components/view/json/json-view-modal.vue @@ -19,7 +19,7 @@ diff --git a/orion-ops-ui/src/components/view/tab-router/index.vue b/orion-ops-ui/src/components/view/tab-router/index.vue index 41906683..6deb50b7 100644 --- a/orion-ops-ui/src/components/view/tab-router/index.vue +++ b/orion-ops-ui/src/components/view/tab-router/index.vue @@ -16,7 +16,7 @@ diff --git a/orion-ops-ui/src/layout/full-layout.vue b/orion-ops-ui/src/layout/full-layout.vue index 7058be10..6452d38c 100644 --- a/orion-ops-ui/src/layout/full-layout.vue +++ b/orion-ops-ui/src/layout/full-layout.vue @@ -16,7 +16,7 @@ diff --git a/orion-ops-ui/src/views/asset/grant/components/grant-layout.vue b/orion-ops-ui/src/views/asset/grant/components/grant-layout.vue index dcbdc955..99cdd600 100644 --- a/orion-ops-ui/src/views/asset/grant/components/grant-layout.vue +++ b/orion-ops-ui/src/views/asset/grant/components/grant-layout.vue @@ -47,7 +47,7 @@ diff --git a/orion-ops-ui/src/views/asset/grant/components/host-group-grant.vue b/orion-ops-ui/src/views/asset/grant/components/host-group-grant.vue index ad841a2c..b61a9ea8 100644 --- a/orion-ops-ui/src/views/asset/grant/components/host-group-grant.vue +++ b/orion-ops-ui/src/views/asset/grant/components/host-group-grant.vue @@ -19,7 +19,7 @@ diff --git a/orion-ops-ui/src/views/asset/grant/components/host-identity-grant.vue b/orion-ops-ui/src/views/asset/grant/components/host-identity-grant.vue index 004412e4..241cb43f 100644 --- a/orion-ops-ui/src/views/asset/grant/components/host-identity-grant.vue +++ b/orion-ops-ui/src/views/asset/grant/components/host-identity-grant.vue @@ -26,7 +26,7 @@ diff --git a/orion-ops-ui/src/views/asset/grant/components/host-key-grant.vue b/orion-ops-ui/src/views/asset/grant/components/host-key-grant.vue index 0c01e4a2..2b7acb00 100644 --- a/orion-ops-ui/src/views/asset/grant/components/host-key-grant.vue +++ b/orion-ops-ui/src/views/asset/grant/components/host-key-grant.vue @@ -19,7 +19,7 @@ diff --git a/orion-ops-ui/src/views/asset/grant/components/host-list.vue b/orion-ops-ui/src/views/asset/grant/components/host-list.vue index 41c6e06e..e03d1651 100644 --- a/orion-ops-ui/src/views/asset/grant/components/host-list.vue +++ b/orion-ops-ui/src/views/asset/grant/components/host-list.vue @@ -28,7 +28,7 @@ diff --git a/orion-ops-ui/src/views/asset/grant/components/router-roles.vue b/orion-ops-ui/src/views/asset/grant/components/router-roles.vue index d1fdc1f2..80f1ecf7 100644 --- a/orion-ops-ui/src/views/asset/grant/components/router-roles.vue +++ b/orion-ops-ui/src/views/asset/grant/components/router-roles.vue @@ -25,7 +25,7 @@ diff --git a/orion-ops-ui/src/views/asset/grant/components/router-users.vue b/orion-ops-ui/src/views/asset/grant/components/router-users.vue index e425150c..e249971d 100644 --- a/orion-ops-ui/src/views/asset/grant/components/router-users.vue +++ b/orion-ops-ui/src/views/asset/grant/components/router-users.vue @@ -25,7 +25,7 @@ diff --git a/orion-ops-ui/src/views/asset/host-identity/components/host-identity-card-list.vue b/orion-ops-ui/src/views/asset/host-identity/components/host-identity-card-list.vue index 105ab269..873dc1ff 100644 --- a/orion-ops-ui/src/views/asset/host-identity/components/host-identity-card-list.vue +++ b/orion-ops-ui/src/views/asset/host-identity/components/host-identity-card-list.vue @@ -140,7 +140,7 @@ diff --git a/orion-ops-ui/src/views/asset/host-identity/components/host-identity-form-modal.vue b/orion-ops-ui/src/views/asset/host-identity/components/host-identity-form-modal.vue index f1659165..c0b9e4ef 100644 --- a/orion-ops-ui/src/views/asset/host-identity/components/host-identity-form-modal.vue +++ b/orion-ops-ui/src/views/asset/host-identity/components/host-identity-form-modal.vue @@ -56,7 +56,7 @@ diff --git a/orion-ops-ui/src/views/asset/host-identity/components/host-identity-table.vue b/orion-ops-ui/src/views/asset/host-identity/components/host-identity-table.vue index 3d839026..827478ea 100644 --- a/orion-ops-ui/src/views/asset/host-identity/components/host-identity-table.vue +++ b/orion-ops-ui/src/views/asset/host-identity/components/host-identity-table.vue @@ -138,7 +138,7 @@ diff --git a/orion-ops-ui/src/views/asset/host-key/components/host-key-card-list.vue b/orion-ops-ui/src/views/asset/host-key/components/host-key-card-list.vue index 0904763a..d2491309 100644 --- a/orion-ops-ui/src/views/asset/host-key/components/host-key-card-list.vue +++ b/orion-ops-ui/src/views/asset/host-key/components/host-key-card-list.vue @@ -94,7 +94,7 @@ diff --git a/orion-ops-ui/src/views/asset/host-key/components/host-key-form-drawer.vue b/orion-ops-ui/src/views/asset/host-key/components/host-key-form-drawer.vue index d2e446ae..ef993b06 100644 --- a/orion-ops-ui/src/views/asset/host-key/components/host-key-form-drawer.vue +++ b/orion-ops-ui/src/views/asset/host-key/components/host-key-form-drawer.vue @@ -83,7 +83,7 @@ diff --git a/orion-ops-ui/src/views/asset/host-key/components/host-key-table.vue b/orion-ops-ui/src/views/asset/host-key/components/host-key-table.vue index 6a80d736..80081390 100644 --- a/orion-ops-ui/src/views/asset/host-key/components/host-key-table.vue +++ b/orion-ops-ui/src/views/asset/host-key/components/host-key-table.vue @@ -111,7 +111,7 @@ diff --git a/orion-ops-ui/src/views/asset/host-list/components/config/host-config-drawer.vue b/orion-ops-ui/src/views/asset/host-list/components/config/host-config-drawer.vue index fb4a3307..d78ab286 100644 --- a/orion-ops-ui/src/views/asset/host-list/components/config/host-config-drawer.vue +++ b/orion-ops-ui/src/views/asset/host-list/components/config/host-config-drawer.vue @@ -25,7 +25,7 @@ diff --git a/orion-ops-ui/src/views/asset/host-list/components/config/ssh/ssh-config-form.vue b/orion-ops-ui/src/views/asset/host-list/components/config/ssh/ssh-config-form.vue index 813a8a4c..51fd4f0a 100644 --- a/orion-ops-ui/src/views/asset/host-list/components/config/ssh/ssh-config-form.vue +++ b/orion-ops-ui/src/views/asset/host-list/components/config/ssh/ssh-config-form.vue @@ -131,7 +131,7 @@ diff --git a/orion-ops-ui/src/views/asset/host-list/components/group/host-group-drawer.vue b/orion-ops-ui/src/views/asset/host-list/components/group/host-group-drawer.vue index ab2e3a90..827fbc04 100644 --- a/orion-ops-ui/src/views/asset/host-list/components/group/host-group-drawer.vue +++ b/orion-ops-ui/src/views/asset/host-list/components/group/host-group-drawer.vue @@ -59,7 +59,7 @@ diff --git a/orion-ops-ui/src/views/asset/host-list/components/group/host-transfer.vue b/orion-ops-ui/src/views/asset/host-list/components/group/host-transfer.vue index 6a1ed000..bd815ab5 100644 --- a/orion-ops-ui/src/views/asset/host-list/components/group/host-transfer.vue +++ b/orion-ops-ui/src/views/asset/host-list/components/group/host-transfer.vue @@ -46,7 +46,7 @@ diff --git a/orion-ops-ui/src/views/asset/host-list/components/host-card-list.vue b/orion-ops-ui/src/views/asset/host-list/components/host-card-list.vue index 4b092d4b..dff17c73 100644 --- a/orion-ops-ui/src/views/asset/host-list/components/host-card-list.vue +++ b/orion-ops-ui/src/views/asset/host-list/components/host-card-list.vue @@ -166,7 +166,7 @@ diff --git a/orion-ops-ui/src/views/asset/host-list/components/host-form-modal.vue b/orion-ops-ui/src/views/asset/host-list/components/host-form-modal.vue index b9df1e94..d13b6504 100644 --- a/orion-ops-ui/src/views/asset/host-list/components/host-form-modal.vue +++ b/orion-ops-ui/src/views/asset/host-list/components/host-form-modal.vue @@ -54,7 +54,7 @@ diff --git a/orion-ops-ui/src/views/asset/host-list/components/host-table.vue b/orion-ops-ui/src/views/asset/host-list/components/host-table.vue index 09190159..1a3dda92 100644 --- a/orion-ops-ui/src/views/asset/host-list/components/host-table.vue +++ b/orion-ops-ui/src/views/asset/host-list/components/host-table.vue @@ -159,7 +159,7 @@ diff --git a/orion-ops-ui/src/views/base/status/not-found/index.vue b/orion-ops-ui/src/views/base/status/not-found/index.vue index cac9e772..f0bc80d0 100644 --- a/orion-ops-ui/src/views/base/status/not-found/index.vue +++ b/orion-ops-ui/src/views/base/status/not-found/index.vue @@ -27,7 +27,7 @@ diff --git a/orion-ops-ui/src/views/host/terminal/components/layout/icon-actions.vue b/orion-ops-ui/src/views/host/terminal/components/layout/icon-actions.vue index 04b7fba6..823169d2 100644 --- a/orion-ops-ui/src/views/host/terminal/components/layout/icon-actions.vue +++ b/orion-ops-ui/src/views/host/terminal/components/layout/icon-actions.vue @@ -20,7 +20,7 @@ diff --git a/orion-ops-ui/src/views/host/terminal/components/new-connection/ssh-extra-modal.vue b/orion-ops-ui/src/views/host/terminal/components/new-connection/ssh-extra-modal.vue index 5bc59cc2..f189c55d 100644 --- a/orion-ops-ui/src/views/host/terminal/components/new-connection/ssh-extra-modal.vue +++ b/orion-ops-ui/src/views/host/terminal/components/new-connection/ssh-extra-modal.vue @@ -56,7 +56,7 @@ diff --git a/orion-ops-ui/src/views/system/dict-key/components/dict-key-form-modal.vue b/orion-ops-ui/src/views/system/dict-key/components/dict-key-form-modal.vue index ebe22036..f7e63b94 100644 --- a/orion-ops-ui/src/views/system/dict-key/components/dict-key-form-modal.vue +++ b/orion-ops-ui/src/views/system/dict-key/components/dict-key-form-modal.vue @@ -88,7 +88,7 @@ diff --git a/orion-ops-ui/src/views/system/dict-key/components/dict-key-table.vue b/orion-ops-ui/src/views/system/dict-key/components/dict-key-table.vue index 6a0b9e16..3590f284 100644 --- a/orion-ops-ui/src/views/system/dict-key/components/dict-key-table.vue +++ b/orion-ops-ui/src/views/system/dict-key/components/dict-key-table.vue @@ -130,7 +130,7 @@ diff --git a/orion-ops-ui/src/views/system/dict-value/components/dict-value-form-modal.vue b/orion-ops-ui/src/views/system/dict-value/components/dict-value-form-modal.vue index 54331fc2..02aa2454 100644 --- a/orion-ops-ui/src/views/system/dict-value/components/dict-value-form-modal.vue +++ b/orion-ops-ui/src/views/system/dict-value/components/dict-value-form-modal.vue @@ -81,7 +81,7 @@ diff --git a/orion-ops-ui/src/views/system/dict-value/components/dict-value-table.vue b/orion-ops-ui/src/views/system/dict-value/components/dict-value-table.vue index 7e1e1295..3132b1d2 100644 --- a/orion-ops-ui/src/views/system/dict-value/components/dict-value-table.vue +++ b/orion-ops-ui/src/views/system/dict-value/components/dict-value-table.vue @@ -127,7 +127,7 @@ diff --git a/orion-ops-ui/src/views/system/menu/components/menu-form-modal.vue b/orion-ops-ui/src/views/system/menu/components/menu-form-modal.vue index 2cda6803..b9e0be6b 100644 --- a/orion-ops-ui/src/views/system/menu/components/menu-form-modal.vue +++ b/orion-ops-ui/src/views/system/menu/components/menu-form-modal.vue @@ -126,7 +126,7 @@ diff --git a/orion-ops-ui/src/views/system/menu/components/menu-table.vue b/orion-ops-ui/src/views/system/menu/components/menu-table.vue index a5e7e444..d4d99f35 100644 --- a/orion-ops-ui/src/views/system/menu/components/menu-table.vue +++ b/orion-ops-ui/src/views/system/menu/components/menu-table.vue @@ -176,7 +176,7 @@ diff --git a/orion-ops-ui/src/views/user/info/components/login-history.vue b/orion-ops-ui/src/views/user/info/components/login-history.vue index 592feb50..1e3d8476 100644 --- a/orion-ops-ui/src/views/user/info/components/login-history.vue +++ b/orion-ops-ui/src/views/user/info/components/login-history.vue @@ -54,7 +54,7 @@ diff --git a/orion-ops-ui/src/views/user/info/components/operator-log-list.vue b/orion-ops-ui/src/views/user/info/components/operator-log-list.vue index aabb598f..a8314529 100644 --- a/orion-ops-ui/src/views/user/info/components/operator-log-list.vue +++ b/orion-ops-ui/src/views/user/info/components/operator-log-list.vue @@ -31,7 +31,7 @@ diff --git a/orion-ops-ui/src/views/user/info/components/user-base-info.vue b/orion-ops-ui/src/views/user/info/components/user-base-info.vue index 10fcd317..4d7db82d 100644 --- a/orion-ops-ui/src/views/user/info/components/user-base-info.vue +++ b/orion-ops-ui/src/views/user/info/components/user-base-info.vue @@ -43,7 +43,7 @@ diff --git a/orion-ops-ui/src/views/user/info/components/user-session.vue b/orion-ops-ui/src/views/user/info/components/user-session.vue index ef9f7459..f0f5eca9 100644 --- a/orion-ops-ui/src/views/user/info/components/user-session.vue +++ b/orion-ops-ui/src/views/user/info/components/user-session.vue @@ -61,7 +61,7 @@ diff --git a/orion-ops-ui/src/views/user/operator-log/components/operator-log-query-header.vue b/orion-ops-ui/src/views/user/operator-log/components/operator-log-query-header.vue index c393429e..2026d764 100644 --- a/orion-ops-ui/src/views/user/operator-log/components/operator-log-query-header.vue +++ b/orion-ops-ui/src/views/user/operator-log/components/operator-log-query-header.vue @@ -60,7 +60,7 @@ diff --git a/orion-ops-ui/src/views/user/operator-log/components/operator-log-table.vue b/orion-ops-ui/src/views/user/operator-log/components/operator-log-table.vue index 7a181140..fb19f408 100644 --- a/orion-ops-ui/src/views/user/operator-log/components/operator-log-table.vue +++ b/orion-ops-ui/src/views/user/operator-log/components/operator-log-table.vue @@ -48,7 +48,7 @@ diff --git a/orion-ops-ui/src/views/user/role/components/role-form-modal.vue b/orion-ops-ui/src/views/user/role/components/role-form-modal.vue index 49497b67..62634410 100644 --- a/orion-ops-ui/src/views/user/role/components/role-form-modal.vue +++ b/orion-ops-ui/src/views/user/role/components/role-form-modal.vue @@ -35,7 +35,7 @@ diff --git a/orion-ops-ui/src/views/user/role/components/role-menu-grant-modal.vue b/orion-ops-ui/src/views/user/role/components/role-menu-grant-modal.vue index 6ef301fe..83e00a70 100644 --- a/orion-ops-ui/src/views/user/role/components/role-menu-grant-modal.vue +++ b/orion-ops-ui/src/views/user/role/components/role-menu-grant-modal.vue @@ -52,7 +52,7 @@ diff --git a/orion-ops-ui/src/views/user/role/components/role-table.vue b/orion-ops-ui/src/views/user/role/components/role-table.vue index b7599d1c..cf470ddc 100644 --- a/orion-ops-ui/src/views/user/role/components/role-table.vue +++ b/orion-ops-ui/src/views/user/role/components/role-table.vue @@ -123,7 +123,7 @@ diff --git a/orion-ops-ui/src/views/user/user/components/user-form-modal.vue b/orion-ops-ui/src/views/user/user/components/user-form-modal.vue index 542ecdc7..139d6ef0 100644 --- a/orion-ops-ui/src/views/user/user/components/user-form-modal.vue +++ b/orion-ops-ui/src/views/user/user/components/user-form-modal.vue @@ -49,7 +49,7 @@ diff --git a/orion-ops-ui/src/views/user/user/components/user-grant-roles-form-modal.vue b/orion-ops-ui/src/views/user/user/components/user-grant-roles-form-modal.vue index 09b2930a..d1b9010d 100644 --- a/orion-ops-ui/src/views/user/user/components/user-grant-roles-form-modal.vue +++ b/orion-ops-ui/src/views/user/user/components/user-grant-roles-form-modal.vue @@ -39,7 +39,7 @@ diff --git a/orion-ops-ui/src/views/user/user/components/user-reset-password-form-modal.vue b/orion-ops-ui/src/views/user/user/components/user-reset-password-form-modal.vue index 8c691549..e09f46b9 100644 --- a/orion-ops-ui/src/views/user/user/components/user-reset-password-form-modal.vue +++ b/orion-ops-ui/src/views/user/user/components/user-reset-password-form-modal.vue @@ -38,7 +38,7 @@ diff --git a/orion-ops-ui/src/views/user/user/components/user-table.vue b/orion-ops-ui/src/views/user/user/components/user-table.vue index b3f3926c..900ace41 100644 --- a/orion-ops-ui/src/views/user/user/components/user-table.vue +++ b/orion-ops-ui/src/views/user/user/components/user-table.vue @@ -152,7 +152,7 @@