diff --git a/cmdb-ui/src/modules/cmdb/views/discoveryCI/index.vue b/cmdb-ui/src/modules/cmdb/views/discoveryCI/index.vue index 6121552..051a7a7 100644 --- a/cmdb-ui/src/modules/cmdb/views/discoveryCI/index.vue +++ b/cmdb-ui/src/modules/cmdb/views/discoveryCI/index.vue @@ -36,7 +36,7 @@
@@ -46,6 +46,15 @@ {{ $t('delete') }} {{ $t('cmdb.ci.selectRows', { rows: selectedCount }) }} + + + {{ $t('refresh') }} + { + this.loading = false + }) }, getColumns(data, attrList) { const width = document.getElementById('discovery-ci').clientWidth - 50 @@ -470,6 +485,7 @@ export default { .discovery-ci-header { display: flex; align-items: center; + column-gap: 20px; padding-top: 18px; padding-bottom: 10px; }