From 931c0eb8be17d0d3b3b1643ded14f143856d2e9d Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Wed, 20 Jul 2022 15:51:21 +0800 Subject: [PATCH] feat: add plugin status tooltip Signed-off-by: Ryan Wang --- src/modules/system/plugins/PluginList.vue | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/modules/system/plugins/PluginList.vue b/src/modules/system/plugins/PluginList.vue index bc96c5448..7ae1acf6c 100644 --- a/src/modules/system/plugins/PluginList.vue +++ b/src/modules/system/plugins/PluginList.vue @@ -261,6 +261,19 @@ onMounted(handleFetchPlugins);