summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2022-07-05 12:09:49 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2022-07-05 12:09:49 +0900
commit4f0878e2673715884c5cbd0a2dde75e76336d466 (patch)
tree2218a9a6997a72a4ca57db402a3f23eb3efe0cd5
parentchore: fix client lint errors (#8934) (diff)
downloadmisskey-4f0878e2673715884c5cbd0a2dde75e76336d466.tar.gz
misskey-4f0878e2673715884c5cbd0a2dde75e76336d466.tar.bz2
misskey-4f0878e2673715884c5cbd0a2dde75e76336d466.zip
chore(client): tweak ui
-rw-r--r--packages/client/src/pages/user-info.vue22
1 files changed, 11 insertions, 11 deletions
diff --git a/packages/client/src/pages/user-info.vue b/packages/client/src/pages/user-info.vue
index df5d800021..fd24ec2848 100644
--- a/packages/client/src/pages/user-info.vue
+++ b/packages/client/src/pages/user-info.vue
@@ -85,17 +85,6 @@
</FormSection>
</div>
<div v-else-if="tab === 'moderation'" class="_formRoot">
- <FormSection>
- <template #label>Drive Capacity Override</template>
-
- <FormInput v-if="user.host == null" v-model="driveCapacityOverrideMb" inline :manual-save="true" type="number" :placeholder="i18n.t('defaultValueIs', { value: instance.driveCapacityPerLocalUserMb })" @update:model-value="applyDriveCapacityOverride">
- <template #label>{{ i18n.ts.driveCapOverrideLabel }}</template>
- <template #suffix>MB</template>
- <template #caption>
- {{ i18n.ts.driveCapOverrideCaption }}
- </template>
- </FormInput>
- </FormSection>
<FormSwitch v-if="user.host == null && $i.isAdmin && (moderator || !user.isAdmin)" v-model="moderator" class="_formBlock" @update:modelValue="toggleModerator">{{ $ts.moderator }}</FormSwitch>
<FormSwitch v-model="silenced" class="_formBlock" @update:modelValue="toggleSilence">{{ $ts.silence }}</FormSwitch>
<FormSwitch v-model="suspended" class="_formBlock" @update:modelValue="toggleSuspend">{{ $ts.suspend }}</FormSwitch>
@@ -123,6 +112,17 @@
<MkFileListForAdmin :pagination="filesPagination" view-mode="grid"/>
</FormFolder>
+ <FormSection>
+ <template #label>Drive Capacity Override</template>
+
+ <FormInput v-if="user.host == null" v-model="driveCapacityOverrideMb" inline :manual-save="true" type="number" :placeholder="i18n.t('defaultValueIs', { value: instance.driveCapacityPerLocalUserMb })" @update:model-value="applyDriveCapacityOverride">
+ <template #label>{{ i18n.ts.driveCapOverrideLabel }}</template>
+ <template #suffix>MB</template>
+ <template #caption>
+ {{ i18n.ts.driveCapOverrideCaption }}
+ </template>
+ </FormInput>
+ </FormSection>
</div>
<div v-else-if="tab === 'chart'" class="_formRoot">
<div class="cmhjzshm">