From 021eb1fd5b7c5b732f6926b74567a9c3f62a835f Mon Sep 17 00:00:00 2001 From: Bai Date: Fri, 19 May 2023 15:37:02 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E8=B5=84=E4=BA=A7?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E8=AF=A6=E6=83=85=E6=98=BE=E7=A4=BAID?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=EF=BC=9B=E4=BC=98=E5=8C=96=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E7=9B=91=E6=8E=A7=E6=98=BE=E7=A4=BAVideo-Worker=E5=90=8D?= =?UTF-8?q?=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/assets/Platform/PlatformDetail/Detail.vue | 6 +++--- .../settings/Terminal/Monitor/component/MonitorCard.vue | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/assets/Platform/PlatformDetail/Detail.vue b/src/views/assets/Platform/PlatformDetail/Detail.vue index c6685ca02..78507dde8 100644 --- a/src/views/assets/Platform/PlatformDetail/Detail.vue +++ b/src/views/assets/Platform/PlatformDetail/Detail.vue @@ -61,14 +61,14 @@ export default { quickActions: [], url: `/api/v1/assets/platforms/${this.object.id}`, detailFields: [ - 'name', 'charset', 'internal', + 'id', 'name', 'charset', 'internal', { key: this.$t('assets.Type'), value: `${this.object.category?.label}/${this.object.type?.label}` }, - 'su_method', - 'comment' + 'su_method', 'comment' ], + protocolChoices: null, constraints: {} } diff --git a/src/views/settings/Terminal/Monitor/component/MonitorCard.vue b/src/views/settings/Terminal/Monitor/component/MonitorCard.vue index 261aac59a..fb7a8a07c 100644 --- a/src/views/settings/Terminal/Monitor/component/MonitorCard.vue +++ b/src/views/settings/Terminal/Monitor/component/MonitorCard.vue @@ -93,7 +93,8 @@ export default { core: 'Core', celery: 'Celery', magnus: 'Magnus', - tinker: 'Tinker' + tinker: 'Tinker', + video_worker: 'Video-Worker' } return nameMapper[this.componentMetric.type] }