parent
f8c58aef0e
commit
35af181e24
1 changed files with 26 additions and 19 deletions
|
|
@ -73,25 +73,32 @@
|
||||||
<div class="row q-col-gutter-md justify-center">
|
<div class="row q-col-gutter-md justify-center">
|
||||||
<div class="col q-gutter-y-md">
|
<div class="col q-gutter-y-md">
|
||||||
<q-card>
|
<q-card>
|
||||||
<q-tabs
|
<!-- Mobile: Dropdown menu at top -->
|
||||||
v-if="$q.screen.lt.md"
|
<div v-if="$q.screen.lt.md" class="q-px-md q-pt-md">
|
||||||
v-model="tab"
|
<q-select
|
||||||
dense
|
v-model="tab"
|
||||||
active-color="primary"
|
:options="[
|
||||||
inline-label
|
{value: 'funding', label: $t('funding')},
|
||||||
class="text-primary"
|
{value: 'security', label: $t('security')},
|
||||||
>
|
{value: 'server', label: $t('payments')},
|
||||||
<q-tab name="funding" icon="account_balance_wallet" label="Fund" />
|
{value: 'exchange_providers', label: $t('exchanges')},
|
||||||
<q-tab name="security" icon="security" label="Sec" />
|
{value: 'fiat_providers', label: $t('fiat_providers')},
|
||||||
<q-tab name="server" icon="settings" label="Srv" />
|
{value: 'users', label: $t('users')},
|
||||||
<q-tab name="exchange_providers" icon="swap_horiz" label="Exch" />
|
{value: 'extensions', label: $t('extensions')},
|
||||||
<q-tab name="fiat_providers" icon="account_balance" label="Fiat" />
|
{value: 'notifications', label: $t('notifications')},
|
||||||
<q-tab name="extensions" icon="extension" label="Ext" />
|
{value: 'audit', label: $t('audit')},
|
||||||
<q-tab name="notifications" icon="notifications" label="Not" />
|
{value: 'library', label: $t('Library')},
|
||||||
<q-tab name="audit" icon="receipt_long" label="Aud" />
|
{value: 'site_customisation', label: $t('site_customisation')}
|
||||||
<q-tab name="site_customisation" icon="language" label="Site" />
|
]"
|
||||||
<q-tab name="library" icon="image" label="Lib" />
|
option-value="value"
|
||||||
</q-tabs>
|
option-label="label"
|
||||||
|
emit-value
|
||||||
|
map-options
|
||||||
|
filled
|
||||||
|
dense
|
||||||
|
>
|
||||||
|
</q-select>
|
||||||
|
</div>
|
||||||
|
|
||||||
<q-splitter>
|
<q-splitter>
|
||||||
<template v-slot:before>
|
<template v-slot:before>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue