aops-hermes/0006-Temporarily-hide-the-plugin-and-fingerprint-waveform-bar.patch
2023-11-06 15:36:56 +08:00

35 lines
1.1 KiB
Diff

From 1d3c9795889773616ef2f5216512b03d8a95593a Mon Sep 17 00:00:00 2001
From: wkl505997900 <2313665567@qq.com>
Date: Wed, 18 Oct 2023 19:14:57 +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