Skip to content

Commit

Permalink
インスタンスモデレーションのUIの順番を変える
Browse files Browse the repository at this point in the history
  • Loading branch information
mei23 committed Feb 23, 2024
1 parent d612e6f commit 3aeea6f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/client/app/admin/views/instanceblocks.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
</section>

<section>
<header>{{ $t('mutedFiles') }}</header>
<ui-textarea v-model="mutedFiles"></ui-textarea>
<ui-info>{{ $t('mutedFiles-info') }}</ui-info>
<ui-switch v-model="exposeHome">{{ $t('exposeHome') }}</ui-switch>
<ui-info>{{ $t('exposeHome-info') }}</ui-info>
</section>

<section>
<ui-switch v-model="exposeHome">{{ $t('exposeHome') }}</ui-switch>
<ui-info>{{ $t('exposeHome-info') }}</ui-info>
<header>{{ $t('mutedFiles') }}</header>
<ui-textarea v-model="mutedFiles"></ui-textarea>
<ui-info>{{ $t('mutedFiles-info') }}</ui-info>
</section>

<section>
Expand Down

0 comments on commit 3aeea6f

Please sign in to comment.