fixup! uploads tab
This commit is contained in:
parent
b73c9ae4e8
commit
55b5d2c5d7
3 changed files with 167 additions and 0 deletions
26
src/components/settings_modal/tabs/uploads_tab.vue
Normal file
26
src/components/settings_modal/tabs/uploads_tab.vue
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<template>
|
||||
<div :label="$t('admin_dash.tabs.uploads')">
|
||||
<div class="setting-item">
|
||||
<h3>{{ $t('admin_dash.uploads.general') }}</h3>
|
||||
<ul class="setting-list">
|
||||
<li>
|
||||
<ChoiceSetting
|
||||
:path="[':pleroma','Pleroma.Upload']"
|
||||
:option-label-map="adaptersLabels"
|
||||
/>
|
||||
</li>
|
||||
<h4>{{ $t('admin_dash.mailer.auth') }}</h4>
|
||||
<li>
|
||||
<!-- authentication info -->
|
||||
<StringSetting
|
||||
:path="[':pleroma','Pleroma.Emails.Mailer',':api_key']"
|
||||
:password="true"
|
||||
:subgroup="adapter"
|
||||
/>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script src="./uploads_tab.js"></script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue