diff --git a/dashboard/src/views/ExtensionPage.vue b/dashboard/src/views/ExtensionPage.vue index 8f34fa587..b7a640cd8 100644 --- a/dashboard/src/views/ExtensionPage.vue +++ b/dashboard/src/views/ExtensionPage.vue @@ -78,7 +78,7 @@ const pluginHeaders = computed(() => [ { title: tm('table.headers.description'), key: 'desc', maxWidth: '250px' }, { title: tm('table.headers.version'), key: 'version', width: '100px' }, { title: tm('table.headers.author'), key: 'author', width: '100px' }, - { title: tm('table.headers.status'), key: 'status', width: '80px' }, + { title: tm('table.headers.status'), key: 'activated', width: '100px' }, { title: tm('table.headers.actions'), key: 'actions', sortable: false, width: '220px' } ]); @@ -660,7 +660,7 @@ onMounted(async () => {
{{ item.author }}
-