cleanup
This commit is contained in:
parent
eae09226b5
commit
db535ae057
7 changed files with 8 additions and 34 deletions
|
|
@ -4,14 +4,6 @@ import IntegerSetting from '../helpers/integer_setting.vue'
|
||||||
import StringSetting from '../helpers/string_setting.vue'
|
import StringSetting from '../helpers/string_setting.vue'
|
||||||
|
|
||||||
import SharedComputedObject from '../helpers/shared_computed_object.js'
|
import SharedComputedObject from '../helpers/shared_computed_object.js'
|
||||||
import { library } from '@fortawesome/fontawesome-svg-core'
|
|
||||||
import {
|
|
||||||
faGlobe
|
|
||||||
} from '@fortawesome/free-solid-svg-icons'
|
|
||||||
|
|
||||||
library.add(
|
|
||||||
faGlobe
|
|
||||||
)
|
|
||||||
|
|
||||||
const LimitsTab = {
|
const LimitsTab = {
|
||||||
components: {
|
components: {
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
<template>
|
<template>
|
||||||
<div :label="$t('admin_dash.tabs.limits')">
|
<div :label="$t('admin_dash.tabs.limits')">
|
||||||
<div class="setting-item">
|
<div class="setting-item">
|
||||||
<h2>{{ $t('admin_dash.limits.arbitrary_limits') }}</h2>
|
<h3>{{ $t('admin_dash.limits.arbitrary_limits') }}</h3>
|
||||||
<ul class="setting-list">
|
<ul class="setting-list">
|
||||||
<li>
|
<li>
|
||||||
<h3>{{ $t('admin_dash.limits.posts') }}</h3>
|
<h4>{{ $t('admin_dash.limits.posts') }}</h4>
|
||||||
<ul class="setting-list">
|
<ul class="setting-list">
|
||||||
<li>
|
<li>
|
||||||
<IntegerSetting
|
<IntegerSetting
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<h3>{{ $t('admin_dash.limits.uploads') }}</h3>
|
<h4>{{ $t('admin_dash.limits.uploads') }}</h4>
|
||||||
<ul class="setting-list">
|
<ul class="setting-list">
|
||||||
<li>
|
<li>
|
||||||
<IntegerSetting
|
<IntegerSetting
|
||||||
|
|
@ -50,7 +50,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<h3>{{ $t('admin_dash.limits.users') }}</h3>
|
<h4>{{ $t('admin_dash.limits.users') }}</h4>
|
||||||
<ul class="setting-list">
|
<ul class="setting-list">
|
||||||
<li>
|
<li>
|
||||||
<IntegerSetting
|
<IntegerSetting
|
||||||
|
|
@ -74,7 +74,7 @@
|
||||||
/>
|
/>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<h4>{{ $t('admin_dash.limits.profile_fields') }}</h4>
|
<h5>{{ $t('admin_dash.limits.profile_fields') }}</h5>
|
||||||
<ul class="setting-list">
|
<ul class="setting-list">
|
||||||
<li>
|
<li>
|
||||||
<IntegerSetting
|
<IntegerSetting
|
||||||
|
|
@ -108,7 +108,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<h4>{{ $t('admin_dash.limits.user_uploads') }}</h4>
|
<h5>{{ $t('admin_dash.limits.user_uploads') }}</h5>
|
||||||
<ul class="setting-list">
|
<ul class="setting-list">
|
||||||
<li>
|
<li>
|
||||||
<IntegerSetting
|
<IntegerSetting
|
||||||
|
|
|
||||||
|
|
@ -6,14 +6,6 @@ import GroupSetting from '../helpers/group_setting.vue'
|
||||||
import AttachmentSetting from '../helpers/attachment_setting.vue'
|
import AttachmentSetting from '../helpers/attachment_setting.vue'
|
||||||
|
|
||||||
import SharedComputedObject from '../helpers/shared_computed_object.js'
|
import SharedComputedObject from '../helpers/shared_computed_object.js'
|
||||||
import { library } from '@fortawesome/fontawesome-svg-core'
|
|
||||||
import {
|
|
||||||
faGlobe
|
|
||||||
} from '@fortawesome/free-solid-svg-icons'
|
|
||||||
|
|
||||||
library.add(
|
|
||||||
faGlobe
|
|
||||||
)
|
|
||||||
|
|
||||||
const MailerTab = {
|
const MailerTab = {
|
||||||
provide () {
|
provide () {
|
||||||
|
|
|
||||||
|
|
@ -6,14 +6,6 @@ import GroupSetting from '../helpers/group_setting.vue'
|
||||||
import AttachmentSetting from '../helpers/attachment_setting.vue'
|
import AttachmentSetting from '../helpers/attachment_setting.vue'
|
||||||
|
|
||||||
import SharedComputedObject from '../helpers/shared_computed_object.js'
|
import SharedComputedObject from '../helpers/shared_computed_object.js'
|
||||||
import { library } from '@fortawesome/fontawesome-svg-core'
|
|
||||||
import {
|
|
||||||
faGlobe
|
|
||||||
} from '@fortawesome/free-solid-svg-icons'
|
|
||||||
|
|
||||||
library.add(
|
|
||||||
faGlobe
|
|
||||||
)
|
|
||||||
|
|
||||||
const RegistrationsTab = {
|
const RegistrationsTab = {
|
||||||
provide () {
|
provide () {
|
||||||
|
|
|
||||||
|
|
@ -67,8 +67,6 @@
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
|
||||||
<div class="setting-item">
|
|
||||||
<h3>{{ $t('admin_dash.registrations.welcome.title') }}</h3>
|
<h3>{{ $t('admin_dash.registrations.welcome.title') }}</h3>
|
||||||
<ul class="setting-list">
|
<ul class="setting-list">
|
||||||
<p>{{ $t('admin_dash.registrations.welcome.description') }}</p>
|
<p>{{ $t('admin_dash.registrations.welcome.description') }}</p>
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
</template>
|
</template>
|
||||||
{{ ' ' }}
|
{{ ' ' }}
|
||||||
<Select
|
<Select
|
||||||
:model-value="realDraftMode ? draft :state"
|
:model-value="realDraftMode ? draft : state"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
@update:model-value="update"
|
@update:model-value="update"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue