-
+
+
@@ -14,16 +15,7 @@
-
-
- {{ $t('ssh.analysis') }}
-
-
+
@@ -83,7 +73,6 @@ import TableSetting from '@/components/table-setting/index.vue';
import { dateFormat } from '@/utils/util';
import { onMounted, reactive, ref } from '@vue/runtime-core';
import { loadSSHLogs } from '@/api/modules/host';
-import Analysis from '@/views/host/ssh/log/analysis/index.vue';
const loading = ref();
const data = ref();
@@ -95,11 +84,6 @@ const paginationConfig = reactive({
});
const searchInfo = ref();
const searchStatus = ref('All');
-const analysisRef = ref();
-
-const onLoadAnalysis = () => {
- analysisRef.value.acceptParams();
-};
const search = async () => {
let params = {
diff --git a/frontend/src/views/toolbox/device/hosts/index.vue b/frontend/src/views/toolbox/device/hosts/index.vue
index 2825645fe..812d98f27 100644
--- a/frontend/src/views/toolbox/device/hosts/index.vue
+++ b/frontend/src/views/toolbox/device/hosts/index.vue
@@ -11,35 +11,30 @@
{{ $t('database.baseConf') }}
{{ $t('database.allConf') }}
-
-
-
-
- |
-
-
- |
- |
-
-
-
-
- |
-
-
- |
-
-
- {{ $t('commons.button.delete') }}
-
- |
-
-
-
- {{ $t('commons.button.add') }}
- |
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ $t('commons.button.delete') }}
+
+
+
+
+
+ {{ $t('commons.button.add') }}
+
+