This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<v-tab>{{ $ay.t("Contacts") }}</v-tab>
|
||||
<v-tabs-items v-model="tab">
|
||||
<v-tab-item class="mt-4 ml-2">
|
||||
<v-row>
|
||||
<v-row dense>
|
||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||
<v-text-field
|
||||
ref="name"
|
||||
@@ -390,7 +390,7 @@
|
||||
</v-row>
|
||||
</v-tab-item>
|
||||
<v-tab-item class="mt-4 ml-2">
|
||||
<v-row>
|
||||
<v-row dense>
|
||||
<v-col cols="12">
|
||||
<v-menu v-if="rights.change" offset-y>
|
||||
<template v-slot:activator="{ on, attrs }">
|
||||
@@ -677,7 +677,7 @@
|
||||
</v-row>
|
||||
</v-tab-item>
|
||||
<v-tab-item class="mt-4 ml-2">
|
||||
<v-row>
|
||||
<v-row dense>
|
||||
<v-col cols="12">
|
||||
<v-data-table
|
||||
v-model="selected"
|
||||
|
||||
Reference in New Issue
Block a user