mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-22 16:00:51 +00:00
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user