style: 看板多语言补充
This commit is contained in:
@@ -510,7 +510,7 @@ export default {
|
|||||||
title: "Alarm Statistics",
|
title: "Alarm Statistics",
|
||||||
},
|
},
|
||||||
resources: {
|
resources: {
|
||||||
title: "Resource Situation",
|
title: "Resource Summary",
|
||||||
sysMem: "Memory",
|
sysMem: "Memory",
|
||||||
sysCpu: "CPU",
|
sysCpu: "CPU",
|
||||||
neCpu: "NE CPU",
|
neCpu: "NE CPU",
|
||||||
|
|||||||
@@ -171,11 +171,18 @@ onBeforeUnmount(() => {
|
|||||||
{{ t('views.dashboard.overview.skim.users') }}
|
{{ t('views.dashboard.overview.skim.users') }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="item">
|
||||||
|
<h4>{{ onlineInfo.nbNum }}</h4>
|
||||||
|
<span>
|
||||||
|
<GlobalOutlined style="color: #edcb35" />
|
||||||
|
{{ t('views.dashboard.overview.skim.base') }}
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
<div class="item">
|
<div class="item">
|
||||||
<h4>{{ onlineInfo.ueNum }}</h4>
|
<h4>{{ onlineInfo.ueNum }}</h4>
|
||||||
<span>
|
<span>
|
||||||
<UserSwitchOutlined style="color: #6acca3" />
|
<UserSwitchOutlined style="color: #6acca3" />
|
||||||
{{ t('views.dashboard.overview.skim.session') }}
|
Data {{ t('views.dashboard.overview.skim.session') }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="item">
|
<div class="item">
|
||||||
@@ -185,13 +192,6 @@ onBeforeUnmount(() => {
|
|||||||
IMS {{ t('views.dashboard.overview.skim.session') }}
|
IMS {{ t('views.dashboard.overview.skim.session') }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="item">
|
|
||||||
<h4>{{ onlineInfo.nbNum }}</h4>
|
|
||||||
<span>
|
|
||||||
<GlobalOutlined style="color: #edcb35"/>
|
|
||||||
{{ t('views.dashboard.overview.skim.base') }}
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user