From ebbe6a91e9ef78e9dfa5dac6e3e78ae96a508e70 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Tue, 3 Jun 2025 00:18:38 +0800 Subject: [PATCH] refactor: remove time field from plugin list (#7494) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? /area ui /kind improvement /milestone 2.21.x #### What this PR does / why we need it: As per the title, the time shown in the plugin list is the installation time of the plugin. For usage purposes, this time seems to have no meaning or reference value. #### Which issue(s) this PR fixes: Fixes #7493 #### Does this PR introduce a user-facing change? ```release-note 移除插件列表的时间字段,并在插件详情中显示安装时间。 ``` --- .../system/plugins/components/PluginListItem.vue | 10 ---------- .../modules/system/plugins/components/tabs/Detail.vue | 4 ++++ ui/src/locales/_missing_translations_es.yaml | 8 ++++++++ ui/src/locales/en.yaml | 1 + ui/src/locales/zh-CN.yaml | 1 + ui/src/locales/zh-TW.yaml | 1 + 6 files changed, 15 insertions(+), 10 deletions(-) diff --git a/ui/console-src/modules/system/plugins/components/PluginListItem.vue b/ui/console-src/modules/system/plugins/components/PluginListItem.vue index b0147e192..c6f4b1026 100644 --- a/ui/console-src/modules/system/plugins/components/PluginListItem.vue +++ b/ui/console-src/modules/system/plugins/components/PluginListItem.vue @@ -1,5 +1,4 @@