format
This commit is contained in:
@@ -84,10 +84,11 @@
|
|||||||
<span v-else v-text="col.label"></span>
|
<span v-else v-text="col.label"></span>
|
||||||
</q-th>
|
</q-th>
|
||||||
<q-th>
|
<q-th>
|
||||||
<q-btn flat round icon="settings" tag="a" href="/admin#audit" ><q-tooltip v-text="$t('admin_settings')"></q-tooltip></q-btn>
|
<q-btn flat round icon="settings" tag="a" href="/admin#audit"
|
||||||
</q-th>
|
><q-tooltip v-text="$t('admin_settings')"></q-tooltip
|
||||||
|
></q-btn>
|
||||||
|
</q-th>
|
||||||
</q-tr>
|
</q-tr>
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
<template v-slot:body="props">
|
<template v-slot:body="props">
|
||||||
<q-tr auto-width :props="props">
|
<q-tr auto-width :props="props">
|
||||||
|
|||||||
@@ -286,7 +286,16 @@
|
|||||||
</div>
|
</div>
|
||||||
</q-tab-panel>
|
</q-tab-panel>
|
||||||
<q-tab-panel name="theme">
|
<q-tab-panel name="theme">
|
||||||
<q-btn v-if="g.user.admin" class="absolute-top-right" flat round icon="settings" tag="a" href="/admin#site_customisation"><q-tooltip v-text="$t('admin_settings')"></q-tooltip></q-btn>
|
<q-btn
|
||||||
|
v-if="g.user.admin"
|
||||||
|
class="absolute-top-right"
|
||||||
|
flat
|
||||||
|
round
|
||||||
|
icon="settings"
|
||||||
|
tag="a"
|
||||||
|
href="/admin#site_customisation"
|
||||||
|
><q-tooltip v-text="$t('admin_settings')"></q-tooltip
|
||||||
|
></q-btn>
|
||||||
<div class="row q-mb-md">
|
<div class="row q-mb-md">
|
||||||
<div class="col-4"><span v-text="$t('language')"></span></div>
|
<div class="col-4"><span v-text="$t('language')"></span></div>
|
||||||
<div class="col-8">
|
<div class="col-8">
|
||||||
|
|||||||
@@ -49,7 +49,15 @@
|
|||||||
v-text="$t('new_version') + ` (${updatableExtensions?.length})`"
|
v-text="$t('new_version') + ` (${updatableExtensions?.length})`"
|
||||||
></span>
|
></span>
|
||||||
</q-badge>
|
</q-badge>
|
||||||
<q-btn v-if="g.user.admin" flat round icon="settings" tag="a" href="/admin#extensions" ><q-tooltip v-text="$t('admin_settings')"></q-tooltip></q-btn>
|
<q-btn
|
||||||
|
v-if="g.user.admin"
|
||||||
|
flat
|
||||||
|
round
|
||||||
|
icon="settings"
|
||||||
|
tag="a"
|
||||||
|
href="/admin#extensions"
|
||||||
|
><q-tooltip v-text="$t('admin_settings')"></q-tooltip
|
||||||
|
></q-btn>
|
||||||
</q-tabs>
|
</q-tabs>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+14
-14
@@ -132,20 +132,20 @@
|
|||||||
</q-item-section>
|
</q-item-section>
|
||||||
</q-item>
|
</q-item>
|
||||||
<q-item tag="a" href="/account#theme" clickable v-close-popup
|
<q-item tag="a" href="/account#theme" clickable v-close-popup
|
||||||
><q-item-section>
|
><q-item-section>
|
||||||
<q-icon
|
<q-icon
|
||||||
:name="$q.dark.isActive ? 'dark_mode' : 'light_mode'"
|
:name="$q.dark.isActive ? 'dark_mode' : 'light_mode'"
|
||||||
/>
|
/>
|
||||||
</q-item-section>
|
</q-item-section>
|
||||||
<q-item-section>
|
<q-item-section>
|
||||||
<q-item-label>
|
<q-item-label>
|
||||||
<span v-text="$t('theme')"></span>
|
<span v-text="$t('theme')"></span>
|
||||||
</q-item-label>
|
</q-item-label>
|
||||||
</q-item-section>
|
</q-item-section>
|
||||||
<q-item-section>
|
<q-item-section>
|
||||||
<q-item-label> </q-item-label>
|
<q-item-label> </q-item-label>
|
||||||
</q-item-section>
|
</q-item-section>
|
||||||
</q-item>
|
</q-item>
|
||||||
<q-separator></q-separator>
|
<q-separator></q-separator>
|
||||||
<q-item clickable v-close-popup @click="logout"
|
<q-item clickable v-close-popup @click="logout"
|
||||||
><q-item-section>
|
><q-item-section>
|
||||||
|
|||||||
Reference in New Issue
Block a user