Merge branch 'main' into multi-tenant

This commit is contained in:
TsMask
2025-01-10 19:39:58 +08:00
6 changed files with 89 additions and 101 deletions

View File

@@ -662,15 +662,7 @@ onMounted(() => {
</a-divider>
<div>
<span>{{ t('views.ne.neInfo.serviceState') }}</span>
<a-tag
:color="record.serverState.online ? 'processing' : 'error'"
>
{{
record.serverState.online
? t('views.ne.common.normalcy')
: t('views.ne.common.exceptions')
}}
</a-tag>
<DictTag :options="dict.neInfoStatus" :value="record.status" />
</div>
<div>
<span>{{ t('views.ne.neVersion.version') }}</span>