Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
368493c3
Unverified
Commit
368493c3
authored
Jun 19, 2022
by
Nicolas Giard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(admin): remove v-ripple from checkbox rows
parent
d87e94ab
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
15 additions
and
11 deletions
+15
-11
AdminFlags.vue
ux/src/pages/AdminFlags.vue
+8
-4
AdminLocale.vue
ux/src/pages/AdminLocale.vue
+1
-1
AdminLogin.vue
ux/src/pages/AdminLogin.vue
+3
-3
AdminMail.vue
ux/src/pages/AdminMail.vue
+3
-3
No files found.
ux/src/pages/AdminFlags.vue
View file @
368493c3
...
...
@@ -36,7 +36,7 @@ q-page.admin-flags
q-card-section
span
{{
t
(
'admin.flags.warn.label'
)
}}
.text-caption.text-red-1
{{
t
(
'admin.flags.warn.hint'
)
}}
q-item(tag='label'
, v-ripple
)
q-item(tag='label')
blueprint-icon(icon='flag-filled')
q-item-section
q-item-label
{{
t
(
`admin.flags.ldapdebug.label`
)
}}
...
...
@@ -50,7 +50,7 @@ q-page.admin-flags
:aria-label='t(`admin.flags.ldapdebug.label`)'
)
q-separator.q-my-sm(inset)
q-item(tag='label'
, v-ripple
)
q-item(tag='label')
blueprint-icon(icon='flag-filled')
q-item-section
q-item-label
{{
t
(
`admin.flags.sqllog.label`
)
}}
...
...
@@ -64,7 +64,7 @@ q-page.admin-flags
:aria-label='t(`admin.flags.sqllog.label`)'
)
q-card.shadow-1.q-py-sm.q-mt-md
q-item(tag='label'
, v-ripple
)
q-item(tag='label')
blueprint-icon(icon='heart-outline')
q-item-section
q-item-label
{{
t
(
`admin.flags.hidedonatebtn.label`
)
}}
...
...
@@ -83,9 +83,13 @@ q-page.admin-flags
import
gql
from
'graphql-tag'
import
{
defineAsyncComponent
,
onMounted
,
reactive
,
ref
,
watch
}
from
'vue'
import
_transform
from
'lodash/transform'
import
{
useMeta
}
from
'quasar'
import
{
useMeta
,
useQuasar
}
from
'quasar'
import
{
useI18n
}
from
'vue-i18n'
// QUASAR
const
$q
=
useQuasar
()
// STORES / ROUTERS / i18n
const
{
t
}
=
useI18n
()
...
...
ux/src/pages/AdminLocale.vue
View file @
368493c3
...
...
@@ -66,7 +66,7 @@ q-page.admin-locale
:aria-label='t(`admin.locale.base.label`)'
)
q-separator.q-my-sm(inset)
q-item(tag='label'
, v-ripple
)
q-item(tag='label')
blueprint-icon(icon='unit')
q-item-section
q-item-label
{{
t
(
`admin.locale.namespaces.label`
)
}}
...
...
ux/src/pages/AdminLogin.vue
View file @
368493c3
...
...
@@ -39,7 +39,7 @@ q-page.admin-login
q-card.shadow-1.q-pb-sm
q-card-section
.text-subtitle1
{{
t
(
'admin.login.experience'
)
}}
q-item(tag='label'
, v-ripple
)
q-item(tag='label')
blueprint-icon(icon='full-image', indicator, :indicator-text='t(`admin.extensions.requiresSharp`)')
q-item-section
q-item-label
{{
t
(
`admin.login.background`
)
}}
...
...
@@ -53,7 +53,7 @@ q-page.admin-login
text-color='white'
)
q-separator.q-my-sm(inset)
q-item(tag='label'
, v-ripple
)
q-item(tag='label')
blueprint-icon(icon='close-pane')
q-item-section
q-item-label
{{
t
(
`admin.login.bypassScreen`
)
}}
...
...
@@ -67,7 +67,7 @@ q-page.admin-login
:aria-label='t(`admin.login.bypassScreen`)'
)
q-separator.q-my-sm(inset)
q-item(tag='label'
, v-ripple
)
q-item(tag='label')
blueprint-icon(icon='no-access')
q-item-section
q-item-label
{{
t
(
`admin.login.bypassUnauthorized`
)
}}
...
...
ux/src/pages/AdminMail.vue
View file @
368493c3
...
...
@@ -112,7 +112,7 @@ q-page.admin-mail
:aria-label='t(`admin.mail.smtpName`)'
)
q-separator.q-my-sm(inset)
q-item(tag='label'
, v-ripple
)
q-item(tag='label')
blueprint-icon(icon='secure')
q-item-section
q-item-label
{{
t
(
`admin.mail.smtpTLS`
)
}}
...
...
@@ -126,7 +126,7 @@ q-page.admin-mail
:aria-label='t(`admin.mail.smtpTLS`)'
)
q-separator.q-my-sm(inset)
q-item(tag='label'
, v-ripple
)
q-item(tag='label')
blueprint-icon(icon='security-ssl')
q-item-section
q-item-label
{{
t
(
`admin.mail.smtpVerifySSL`
)
}}
...
...
@@ -178,7 +178,7 @@ q-page.admin-mail
q-card-section.col-auto.q-pr-none
q-icon(name='las la-info-circle', size='sm')
q-card-section.text-caption
{{
t
(
'admin.mail.dkimHint'
)
}}
q-item(tag='label'
, v-ripple
)
q-item(tag='label')
blueprint-icon(icon='received')
q-item-section
q-item-label
{{
t
(
`admin.mail.dkimUse`
)
}}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment