mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
Merge branch 'version-110' into 'master'
add confirm box for folder permission on installation See merge request mohit.panjvani/crater-web!73
This commit is contained in:
@ -740,6 +740,8 @@ export default {
|
|||||||
},
|
},
|
||||||
permissions: {
|
permissions: {
|
||||||
permissions: 'Permissions',
|
permissions: 'Permissions',
|
||||||
|
permission_confirm_title: 'Are you sure you want to continue?',
|
||||||
|
permission_confirm_desc: 'Folder permission check failed',
|
||||||
permission_desc: 'Below is the list of folder permissions which are required in order for the app to work. If the permission check fails, make sure to update your folder permissions.'
|
permission_desc: 'Below is the list of folder permissions which are required in order for the app to work. If the permission check fails, make sure to update your folder permissions.'
|
||||||
},
|
},
|
||||||
mail: {
|
mail: {
|
||||||
|
|||||||
@ -735,6 +735,8 @@ export default {
|
|||||||
},
|
},
|
||||||
permissions: {
|
permissions: {
|
||||||
permissions: 'Permisos',
|
permissions: 'Permisos',
|
||||||
|
permission_confirm_title: 'Estás seguro de que quieres continuar?',
|
||||||
|
permission_confirm_desc: 'Error de verificación de permisos de carpeta',
|
||||||
permission_desc: 'A continuación se muestra la lista de permisos de carpeta necesarios para que la aplicación funcione. Si la verificación de permisos falla, asegúrese de actualizar los permisos de su carpeta.'
|
permission_desc: 'A continuación se muestra la lista de permisos de carpeta necesarios para que la aplicación funcione. Si la verificación de permisos falla, asegúrese de actualizar los permisos de su carpeta.'
|
||||||
},
|
},
|
||||||
mail: {
|
mail: {
|
||||||
|
|||||||
@ -738,6 +738,8 @@ export default {
|
|||||||
},
|
},
|
||||||
permissions: {
|
permissions: {
|
||||||
permissions: 'Les permissions',
|
permissions: 'Les permissions',
|
||||||
|
permission_confirm_title: 'Es-tu sur de vouloir continuer?',
|
||||||
|
permission_confirm_desc: 'La vérification de l\'autorisation du dossier a échoué',
|
||||||
permission_desc: "Vous trouverez ci-dessous la liste des autorisations de dossier requises pour le fonctionnement de l'application. Si la vérification des autorisations échoue, veillez à mettre à jour vos autorisations de dossier."
|
permission_desc: "Vous trouverez ci-dessous la liste des autorisations de dossier requises pour le fonctionnement de l'application. Si la vérification des autorisations échoue, veillez à mettre à jour vos autorisations de dossier."
|
||||||
},
|
},
|
||||||
mail: {
|
mail: {
|
||||||
|
|||||||
@ -1,459 +0,0 @@
|
|||||||
<template>
|
|
||||||
<div class="header-bottom">
|
|
||||||
<div class="header-nav vue-dropdown-menu">
|
|
||||||
<v-dropdown active-url="/admin/dashboard">
|
|
||||||
<template slot="title">
|
|
||||||
<a href="#">
|
|
||||||
<i class="icon-fa icon-fa-dashboard"/>{{ $t('navigation.dashboard') }}
|
|
||||||
<span class="icon-fa arrow icon-fa-fw"/>
|
|
||||||
</a>
|
|
||||||
</template>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/dashboard/basic">
|
|
||||||
Basic
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/dashboard/ecommerce">
|
|
||||||
Ecommerce
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/dashboard/finance">
|
|
||||||
Finance
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
</v-dropdown>
|
|
||||||
<v-dropdown active-url="/admin/layouts">
|
|
||||||
<template slot="title">
|
|
||||||
<a href="#">
|
|
||||||
<i class="icon-fa icon-fa-th-large"/>Layouts
|
|
||||||
<span class="icon-fa arrow icon-fa-fw"/>
|
|
||||||
</a>
|
|
||||||
</template>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/layouts/sidebar">
|
|
||||||
Sidebar
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/layouts/horizontal">
|
|
||||||
Horizontal
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/layouts/icons-sidebar">
|
|
||||||
Icon Sidebar
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
</v-dropdown>
|
|
||||||
<v-dropdown active-url="/admin/basic-ui">
|
|
||||||
<template slot="title">
|
|
||||||
<a href="#">
|
|
||||||
<i class="icon-fa icon-fa-star"/>Basic UI
|
|
||||||
<span class="icon-fa arrow icon-fa-fw"/>
|
|
||||||
</a>
|
|
||||||
</template>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/basic-ui/buttons">
|
|
||||||
Buttons
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/basic-ui/cards">
|
|
||||||
Cards
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/basic-ui/tabs">
|
|
||||||
Tabs & Accordians
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/basic-ui/typography">
|
|
||||||
Typography
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/basic-ui/tables">
|
|
||||||
Tables
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/basic-ui/modals">
|
|
||||||
Modals
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/basic-ui/progress-bars">
|
|
||||||
Progress Bar
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
</v-dropdown>
|
|
||||||
<v-dropdown active-url="/admin/components">
|
|
||||||
<template slot="title">
|
|
||||||
<a href="#">
|
|
||||||
<i class="icon-fa icon-fa-puzzle-piece"/>Components
|
|
||||||
<span class="icon-fa arrow icon-fa-fw"/>
|
|
||||||
</a>
|
|
||||||
</template>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/components/calendar">
|
|
||||||
Calendar
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/components/datatables">
|
|
||||||
Jquery Datatables
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/components/mail-box">
|
|
||||||
MailBox
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/components/calendar">
|
|
||||||
Calendar
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/components/datatables">
|
|
||||||
Jquery Datatables
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/components/image-cropper">
|
|
||||||
ImageCropper
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/components/image-zoom">
|
|
||||||
ImageZoom
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/components/nestable-list">
|
|
||||||
Nestable List
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/components/nestable-tree">
|
|
||||||
Nestable Tree
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/components/notifications">
|
|
||||||
Notifications
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
<v-dropdown active-url="/admin/layouts">
|
|
||||||
<template slot="title">
|
|
||||||
<a href="#">
|
|
||||||
<i class="icon-fa icon-fa-th-large"/>Layouts
|
|
||||||
<span class="icon-fa arrow icon-fa-fw"/>
|
|
||||||
</a>
|
|
||||||
</template>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/layouts/sidebar">
|
|
||||||
Sidebar
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/layouts/horizontal">
|
|
||||||
Horizontal
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
</v-dropdown>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/components/sweet-modals">
|
|
||||||
Sweet Modals
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/components/image-zoom">
|
|
||||||
ImageZoom
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/components/mail-box">
|
|
||||||
MailBox
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
</v-dropdown>
|
|
||||||
<v-dropdown active-url="/admin/chart">
|
|
||||||
<template slot="title">
|
|
||||||
<a href="#">
|
|
||||||
<i class="icon-fa icon-fa-bar-chart"/>Charts
|
|
||||||
<span class="icon-fa arrow icon-fa-fw"/>
|
|
||||||
</a>
|
|
||||||
</template>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/charts/amchart">
|
|
||||||
AM Charts
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/charts/chartjs">
|
|
||||||
Chart JS
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/charts/gauge">
|
|
||||||
Gauges
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/charts/morris">
|
|
||||||
Morris
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/charts/sparkline">
|
|
||||||
Sparkline
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
</v-dropdown>
|
|
||||||
<v-dropdown active-url="/admin/icons">
|
|
||||||
<template slot="title">
|
|
||||||
<a href="#">
|
|
||||||
<i class="icon-fa icon-fa-eye"/>Icons
|
|
||||||
<span class="icon-fa arrow icon-fa-fw"/>
|
|
||||||
</a>
|
|
||||||
</template>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/icons/icomoon">
|
|
||||||
IcoMoon
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/icons/fontawesome">
|
|
||||||
Font Awesome
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
</v-dropdown>
|
|
||||||
<v-dropdown active-url="/admin/forms">
|
|
||||||
<template slot="title">
|
|
||||||
<a href="#">
|
|
||||||
<i class="icon-fa icon-fa-rocket"/>Form
|
|
||||||
<span class="icon-fa arrow icon-fa-fw"/>
|
|
||||||
</a>
|
|
||||||
</template>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/forms/general">
|
|
||||||
General Elements
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/forms/advanced">
|
|
||||||
Advanced Elements
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item><v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/forms/layouts">
|
|
||||||
Form Layouts
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/forms/validation">
|
|
||||||
Form Validation
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/forms/wizards">
|
|
||||||
Form Wizard
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/forms/wizards-2">
|
|
||||||
Form Wizard 2
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/forms/wizards-3">
|
|
||||||
Form Wizard 3
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/forms/editors">
|
|
||||||
Editors
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/forms/vee">
|
|
||||||
Vee Validate
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/forms/vuelidate">
|
|
||||||
Vuelidate
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
</v-dropdown>
|
|
||||||
<v-dropdown active-url="/admin/gallery">
|
|
||||||
<template slot="title">
|
|
||||||
<a href="#">
|
|
||||||
<i class="icon-fa icon-fa-image"/>Gallery
|
|
||||||
<span class="icon-fa arrow icon-fa-fw"/>
|
|
||||||
</a>
|
|
||||||
</template>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/gallery/grid">
|
|
||||||
Grid
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/gallery/masonry-grid">
|
|
||||||
Masonry Grid
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
</v-dropdown>
|
|
||||||
<v-dropdown active-url="/admin/users">
|
|
||||||
<template slot="title">
|
|
||||||
<a href="#">
|
|
||||||
<i class="icon-fa icon-fa-user"/>Users
|
|
||||||
<span class="icon-fa arrow icon-fa-fw"/>
|
|
||||||
</a>
|
|
||||||
</template>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/users/profile">
|
|
||||||
Profile
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
<v-dropdown-item>
|
|
||||||
<template slot="item-title">
|
|
||||||
<router-link to="/admin/users">
|
|
||||||
All Users
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown-item>
|
|
||||||
</v-dropdown>
|
|
||||||
<v-dropdown active-url="/admin/todo-item">
|
|
||||||
<template slot="title">
|
|
||||||
<router-link to="/admin/todo-item">
|
|
||||||
<i class="icon-fa icon-fa-check"/>Todos
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown>
|
|
||||||
<v-dropdown active-url="/admin/settings">
|
|
||||||
<template slot="title">
|
|
||||||
<router-link to="/admin/settings">
|
|
||||||
<i class="icon-fa icon-fa-cogs"/>Settings
|
|
||||||
</router-link>
|
|
||||||
</template>
|
|
||||||
</v-dropdown>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script type="text/babel">
|
|
||||||
import VDropdown from '../../../components/dropdown/VDropdown'
|
|
||||||
import VDropdownItem from '../../../components/dropdown/VDropdownItem'
|
|
||||||
|
|
||||||
export default {
|
|
||||||
components: {
|
|
||||||
VDropdown,
|
|
||||||
VDropdownItem
|
|
||||||
},
|
|
||||||
data () {
|
|
||||||
return {
|
|
||||||
sidebar: 'sidebar'
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
@ -22,7 +22,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<base-button
|
<base-button
|
||||||
v-if="!errors"
|
v-if="isContinue"
|
||||||
class="pull-right mt-5"
|
class="pull-right mt-5"
|
||||||
icon="arrow-right"
|
icon="arrow-right"
|
||||||
right-icon
|
right-icon
|
||||||
@ -39,7 +39,8 @@ export default {
|
|||||||
return {
|
return {
|
||||||
loading: false,
|
loading: false,
|
||||||
permissions: [],
|
permissions: [],
|
||||||
errors: false
|
errors: false,
|
||||||
|
isContinue: false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
created () {
|
created () {
|
||||||
@ -54,6 +55,20 @@ export default {
|
|||||||
if (response.data) {
|
if (response.data) {
|
||||||
this.permissions = response.data.permissions.permissions
|
this.permissions = response.data.permissions.permissions
|
||||||
this.errors = response.data.permissions.errors
|
this.errors = response.data.permissions.errors
|
||||||
|
let self = this
|
||||||
|
|
||||||
|
swal({
|
||||||
|
title: this.$t('wizard.permissions.permission_confirm_title'),
|
||||||
|
text: this.$t('wizard.permissions.permission_confirm_desc'),
|
||||||
|
icon: 'warning',
|
||||||
|
buttons: true,
|
||||||
|
dangerMode: true
|
||||||
|
}).then(async (willConfirm) => {
|
||||||
|
if (willConfirm) {
|
||||||
|
self.isContinue = true
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
this.loading = false
|
this.loading = false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user