mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 00:52:01 +01:00
better import dialog on mobile
This commit is contained in:
parent
c818ae55df
commit
3bb015dc88
1 changed files with 2 additions and 2 deletions
|
@ -5,14 +5,14 @@
|
||||||
p(v-html="$t('event.import_description')")
|
p(v-html="$t('event.import_description')")
|
||||||
v-form(v-model='valid' ref='form' lazy-validation @submit.prevent='importGeneric')
|
v-form(v-model='valid' ref='form' lazy-validation @submit.prevent='importGeneric')
|
||||||
v-row
|
v-row
|
||||||
v-col
|
.col-xl-5.col-lg-5.col-md-7.col-sm-12.col-xs-12
|
||||||
v-text-field(v-model='URL'
|
v-text-field(v-model='URL'
|
||||||
:label="$t('common.url')"
|
:label="$t('common.url')"
|
||||||
:hint="$t('event.import_URL')"
|
:hint="$t('event.import_URL')"
|
||||||
persistent-hint
|
persistent-hint
|
||||||
:loading='loading' :error='error'
|
:loading='loading' :error='error'
|
||||||
:error-messages='errorMessage')
|
:error-messages='errorMessage')
|
||||||
v-col
|
.col
|
||||||
v-file-input(
|
v-file-input(
|
||||||
v-model='file'
|
v-model='file'
|
||||||
accept=".ics"
|
accept=".ics"
|
||||||
|
|
Loading…
Reference in a new issue