mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2024-11-26 21:10:19 +00:00
Global Settings Export
This commit is contained in:
parent
fe68e9da9a
commit
5c0d9fb826
1 changed files with 6 additions and 6 deletions
|
@ -1,12 +1,12 @@
|
|||
<template>
|
||||
<b-container fluid>
|
||||
<div class="col-lg-10 col-md-12 col-xs-12">
|
||||
<h1>{{ $t("Common.Settings.Export.Name") }}</h1>
|
||||
<p>{{ $t("Common.Settings.Export.Description") }}</p>
|
||||
<b-container class="m-2 mt-2">
|
||||
<div> <!-- Title and desc -->
|
||||
<h2>
|
||||
{{ $t(`Common.Settings.Export.Name`) }}
|
||||
</h2>
|
||||
<h5>{{ $t(`Common.Settings.Export.Description`) }}</h5>
|
||||
</div>
|
||||
<div>Params {{ this.$route.query.return }}</div>
|
||||
<br>
|
||||
|
||||
<b-input-group id="exportDir" :prepend="$t('Common.ExportDir')" class="mt-3">
|
||||
<b-form-input id="exportDirbox" type="text" name="exportDirbox" v-model="ExportDirVal" :disabled=true v-bind:placeholder="$t('Common.ExportDir')" />
|
||||
<b-input-group-append>
|
||||
|
|
Loading…
Reference in a new issue