feat: v-card-info

This commit is contained in:
NGPixel
2020-05-10 18:29:24 -04:00
parent 134f057bb8
commit 85a5af6f06
6 changed files with 72 additions and 15 deletions

View File

@@ -17,8 +17,9 @@
v-card.animated.fadeInUp
v-toolbar(color='red darken-2', dark, dense, flat)
v-toolbar-title.subtitle-1 Security
v-card-info(color='red')
span Make sure to understand the implications before turning on / off a security feature.
v-card-text
v-alert(outlined, color='red darken-2', icon='mdi-information-outline').body-2 Make sure to understand the implications before turning on / off a security feature.
v-switch.mt-3(
inset
label='Block IFrame Embedding'
@@ -106,8 +107,10 @@
v-card.animated.fadeInUp.wait-p2s
v-toolbar(color='primary', dark, dense, flat)
v-toolbar-title.subtitle-1 {{ $t('admin:security.uploads') }}
v-card-info(color='blue')
span {{$t('admin:security.uploadsInfo')}}
v-card-text
v-text-field(
v-text-field.mt-3(
outlined
:label='$t(`admin:security.maxUploadSize`)'
required