mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-02-11 18:50:33 +08:00
parent
2c18382f46
commit
42cee513e0
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ const loadBindNode = (row: any) => {
|
||||||
if (row.freeNodes) {
|
if (row.freeNodes) {
|
||||||
for (const item of row.freeNodes) {
|
for (const item of row.freeNodes) {
|
||||||
if (item.addr === row.bindNode) {
|
if (item.addr === row.bindNode) {
|
||||||
return item.name === 'local' ? globalStore.getMasterAlias() : item.addr;
|
return item.name === 'local' ? globalStore.getMasterAlias() : item.name;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue