35 lines
1.1 KiB
Diff
35 lines
1.1 KiB
Diff
From 94ca5547253fe7a804869351040d4401959f381f Mon Sep 17 00:00:00 2001
|
|
From: wkl505997900 <2313665567@qq.com>
|
|
Date: Tue, 14 Nov 2023 19:27:04 +0800
|
|
Subject: [PATCH] Temporarily hide the plugin and fingerprint waveform bar
|
|
|
|
---
|
|
src/views/assests/HostDetail.vue | 6 +++---
|
|
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/src/views/assests/HostDetail.vue b/src/views/assests/HostDetail.vue
|
|
index a093972..d651318 100644
|
|
--- a/src/views/assests/HostDetail.vue
|
|
+++ b/src/views/assests/HostDetail.vue
|
|
@@ -11,14 +11,14 @@
|
|
</HostBasicInfo>
|
|
</a-card>
|
|
</a-tab-pane>
|
|
- <a-tab-pane key="2" tab="插件">
|
|
+ <!-- <a-tab-pane key="2" tab="插件">
|
|
<a-card class="aops-theme">
|
|
<HostPluginInfo :scene="scene" @reFetchHostInfo="reFetchHostInfo"></HostPluginInfo>
|
|
</a-card>
|
|
- </a-tab-pane>
|
|
+ </a-tab-pane> -->
|
|
</a-tabs>
|
|
</a-card>
|
|
- <HostChartInfo :queryIp="basicHostInfo.host_ip" v-if="basicHostInfo.host_ip" />
|
|
+ <!-- <HostChartInfo :queryIp="basicHostInfo.host_ip" v-if="basicHostInfo.host_ip" /> -->
|
|
</page-header-wrapper>
|
|
</template>
|
|
|
|
--
|
|
Gitee
|
|
|