mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-01-10 09:05:18 +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) {
|
||||
for (const item of row.freeNodes) {
|
||||
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