From b379ff74c04844008fb65ae67d63ce49859d93e5 Mon Sep 17 00:00:00 2001 From: songlh Date: Thu, 20 Jun 2024 17:28:09 +0800 Subject: [PATCH] feat(ui): auto discovery --- cmdb-ui/public/iconfont/demo_index.html | 305 +++++++++++- cmdb-ui/public/iconfont/iconfont.css | 58 ++- cmdb-ui/public/iconfont/iconfont.js | 2 +- cmdb-ui/public/iconfont/iconfont.json | 91 ++++ cmdb-ui/public/iconfont/iconfont.ttf | Bin 303548 -> 306460 bytes cmdb-ui/public/iconfont/iconfont.woff | Bin 172808 -> 174480 bytes cmdb-ui/public/iconfont/iconfont.woff2 | Bin 139980 -> 141284 bytes cmdb-ui/src/modules/cmdb/api/discovery.js | 70 ++- .../cmdb/components/attrMapTable/index.vue | 196 ++++++++ .../components/httpSnmpAD/adPreviewTable.vue | 39 ++ .../components/httpSnmpAD/httpADCategory.vue | 223 +++++++++ .../cmdb/components/httpSnmpAD/index.vue | 121 +++-- .../cmdb/components/nodeSetting/index.vue | 207 ++++++++ cmdb-ui/src/modules/cmdb/lang/en.js | 64 ++- cmdb-ui/src/modules/cmdb/lang/zh.js | 68 ++- cmdb-ui/src/modules/cmdb/views/ci/index.vue | 24 +- .../modules/cmdb/views/ci_types/adModal.vue | 31 +- .../src/modules/cmdb/views/ci_types/adTab.vue | 105 ++++ .../modules/cmdb/views/ci_types/attrAD.vue | 245 ++++++--- .../cmdb/views/ci_types/attrADTabpane.vue | 325 +++++++----- .../cmdb/views/ci_types/attrADTabs.vue | 183 +++++++ .../cmdb/views/ci_types/attrADTest.vue | 205 ++++++++ .../cmdb/views/ci_types/ciTypedetail.vue | 28 +- .../cmdb/views/ci_types/relationAD.vue | 465 +++++++++++------- .../cmdb/views/ci_types/relationTable.vue | 69 ++- .../cmdb/views/discovery/agentTable.vue | 36 ++ .../modules/cmdb/views/discovery/constants.js | 6 + .../cmdb/views/discovery/discoveryCard.vue | 177 ++++++- .../cmdb/views/discovery/editDrawer.vue | 51 +- .../modules/cmdb/views/discovery/index.vue | 270 ++++++++-- .../discoveryCI/components/adcCounter.vue | 234 +++++++++ .../discoveryCI/components/passwordField.vue | 41 ++ .../modules/cmdb/views/discoveryCI/index.vue | 251 +++++++--- 33 files changed, 3558 insertions(+), 632 deletions(-) create mode 100644 cmdb-ui/src/modules/cmdb/components/attrMapTable/index.vue create mode 100644 cmdb-ui/src/modules/cmdb/components/httpSnmpAD/adPreviewTable.vue create mode 100644 cmdb-ui/src/modules/cmdb/components/httpSnmpAD/httpADCategory.vue create mode 100644 cmdb-ui/src/modules/cmdb/components/nodeSetting/index.vue create mode 100644 cmdb-ui/src/modules/cmdb/views/ci_types/adTab.vue create mode 100644 cmdb-ui/src/modules/cmdb/views/ci_types/attrADTabs.vue create mode 100644 cmdb-ui/src/modules/cmdb/views/ci_types/attrADTest.vue create mode 100644 cmdb-ui/src/modules/cmdb/views/discovery/agentTable.vue create mode 100644 cmdb-ui/src/modules/cmdb/views/discovery/constants.js create mode 100644 cmdb-ui/src/modules/cmdb/views/discoveryCI/components/adcCounter.vue create mode 100644 cmdb-ui/src/modules/cmdb/views/discoveryCI/components/passwordField.vue diff --git a/cmdb-ui/public/iconfont/demo_index.html b/cmdb-ui/public/iconfont/demo_index.html index 91e68e6..f529d3e 100644 --- a/cmdb-ui/public/iconfont/demo_index.html +++ b/cmdb-ui/public/iconfont/demo_index.html @@ -54,6 +54,84 @@