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-tooltip v-text="$t('admin_settings')"></q-tooltip
|
||||||
|
></q-btn>
|
||||||
</q-th>
|
</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
Reference in New Issue
Block a user