chore: format
This commit is contained in:
parent
cd0aef1166
commit
ef15e9d0a3
2 changed files with 7 additions and 6 deletions
|
@ -28,8 +28,7 @@ export default defineComponent({
|
|||
parsed.push(str);
|
||||
break;
|
||||
}
|
||||
if (nextBracketOpen > 0)
|
||||
parsed.push(str.substring(0, nextBracketOpen));
|
||||
if (nextBracketOpen > 0) parsed.push(str.substring(0, nextBracketOpen));
|
||||
parsed.push({
|
||||
arg: str.substring(nextBracketOpen + 1, nextBracketClose),
|
||||
});
|
||||
|
|
|
@ -279,9 +279,9 @@
|
|||
<MkInfo v-if="!isAdmin" warn>{{
|
||||
i18n.ts.requireAdminForView
|
||||
}}</MkInfo>
|
||||
<MkInfo v-else
|
||||
>{{ i18n.ts.ipFirstAcknowledged }}</MkInfo
|
||||
>
|
||||
<MkInfo v-else>{{
|
||||
i18n.ts.ipFirstAcknowledged
|
||||
}}</MkInfo>
|
||||
<template v-if="isAdmin && ips">
|
||||
<div
|
||||
v-for="record in ips"
|
||||
|
@ -304,7 +304,9 @@
|
|||
/>
|
||||
</FormFolder>
|
||||
<FormSection>
|
||||
<template #label>{{ i18n.ts.driveCapacityOverride }}</template>
|
||||
<template #label>{{
|
||||
i18n.ts.driveCapacityOverride
|
||||
}}</template>
|
||||
|
||||
<FormInput
|
||||
v-if="user.host == null"
|
||||
|
|
Loading…
Reference in a new issue