chore(xo-web): move empty server label handling to xo-server
Related to c71104db4
This commit is contained in:
parent
c71104db4f
commit
00a135b00f
@ -114,7 +114,7 @@ export default class {
|
||||
enabled: true,
|
||||
host,
|
||||
httpProxy,
|
||||
label: label || undefined,
|
||||
label,
|
||||
password,
|
||||
readOnly,
|
||||
username,
|
||||
|
@ -613,7 +613,7 @@ export const addServer = (host, username, password, label, allowUnauthorized, ht
|
||||
allowUnauthorized,
|
||||
host,
|
||||
httpProxy: httpProxy || undefined,
|
||||
label,
|
||||
label: label || undefined,
|
||||
password,
|
||||
username,
|
||||
})::tap(subscribeServers.forceRefresh, () => error(_('serverError'), _('serverAddFailed')))
|
||||
|
Loading…
Reference in New Issue
Block a user