somewhat better import-export tab + minor fixes
This commit is contained in:
parent
b3bf4fca75
commit
db73631459
7 changed files with 73 additions and 65 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div class="importer">
|
||||
<div class="importer btn-group">
|
||||
<form>
|
||||
<input
|
||||
ref="input"
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
class="btn button-default"
|
||||
@click="submit"
|
||||
>
|
||||
{{ submitButtonLabel || $t('importer.submit') }}
|
||||
{{ submitButtonLabel || $t('importer.import') }}
|
||||
</button>
|
||||
<div v-if="success">
|
||||
<button
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue