chore: format with Prettier
This commit is contained in:
parent
901f7b3fe2
commit
3dda4dbaad
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
|
||||
<link rel="manifest" href="/manifest.webmanifest">
|
||||
<link rel="manifest" href="/manifest.webmanifest" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>XO Lite</title>
|
||||
</head>
|
||||
|
@ -404,7 +404,9 @@ const methods = {
|
||||
async function_poolWideInstall($defer, patches, xsCredentials) {
|
||||
// New XS patching system: https://support.citrix.com/article/CTX473972/upcoming-changes-in-xencenter
|
||||
if (xsCredentials?.username === undefined || xsCredentials?.apikey === undefined) {
|
||||
throw new Error('XenServer credentials not found. See https://xen-orchestra.com/docs/updater.html#xenserver-updates')
|
||||
throw new Error(
|
||||
'XenServer credentials not found. See https://xen-orchestra.com/docs/updater.html#xenserver-updates'
|
||||
)
|
||||
}
|
||||
|
||||
// Legacy XS patches
|
||||
|
Loading…
Reference in New Issue
Block a user