feat: 开站配置omc的ssh地址
This commit is contained in:
@@ -484,7 +484,7 @@ function fnGetList() {
|
|||||||
if (res.code === RESULT_CODE_SUCCESS && Array.isArray(res.data)) {
|
if (res.code === RESULT_CODE_SUCCESS && Array.isArray(res.data)) {
|
||||||
tabState.panes = [];
|
tabState.panes = [];
|
||||||
res.data.forEach((item: any, index: any) => {
|
res.data.forEach((item: any, index: any) => {
|
||||||
if (item.neType === 'OMC' || !Array.isArray(item.hosts)) return;
|
if (!Array.isArray(item.hosts)) return;
|
||||||
item.key = index + 1;
|
item.key = index + 1;
|
||||||
tabState.panes.push(item);
|
tabState.panes.push(item);
|
||||||
});
|
});
|
||||||
@@ -653,7 +653,7 @@ onMounted(() => {
|
|||||||
<template #title>
|
<template #title>
|
||||||
{{ t('views.ne.common.neTypeTip') }}
|
{{ t('views.ne.common.neTypeTip') }}
|
||||||
</template>
|
</template>
|
||||||
<InfoCircleOutlined style="opacity: 0.45; color: inherit;" />
|
<InfoCircleOutlined style="opacity: 0.45; color: inherit" />
|
||||||
</a-tooltip>
|
</a-tooltip>
|
||||||
</template>
|
</template>
|
||||||
</a-input>
|
</a-input>
|
||||||
@@ -681,7 +681,7 @@ onMounted(() => {
|
|||||||
<template #title>
|
<template #title>
|
||||||
{{ t('views.ne.common.neIdTip') }}
|
{{ t('views.ne.common.neIdTip') }}
|
||||||
</template>
|
</template>
|
||||||
<InfoCircleOutlined style="opacity: 0.45; color: inherit;" />
|
<InfoCircleOutlined style="opacity: 0.45; color: inherit" />
|
||||||
</a-tooltip>
|
</a-tooltip>
|
||||||
</template>
|
</template>
|
||||||
</a-input>
|
</a-input>
|
||||||
@@ -717,7 +717,7 @@ onMounted(() => {
|
|||||||
{{ t('views.ne.common.ipAddrTip') }}
|
{{ t('views.ne.common.ipAddrTip') }}
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<InfoCircleOutlined style="opacity: 0.45; color: inherit;" />
|
<InfoCircleOutlined style="opacity: 0.45; color: inherit" />
|
||||||
</a-tooltip>
|
</a-tooltip>
|
||||||
</template>
|
</template>
|
||||||
</a-input>
|
</a-input>
|
||||||
|
|||||||
Reference in New Issue
Block a user