mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2024-11-23 11:33:14 +00:00
#16 setup for export levels
This commit is contained in:
parent
900c8cf8d0
commit
eb16ee3dd9
1 changed files with 42 additions and 0 deletions
|
@ -61,6 +61,46 @@
|
|||
</div>
|
||||
<hr>
|
||||
|
||||
<div class="container">
|
||||
<h1 class="title is-3">Export Level</h1>
|
||||
|
||||
<b-tabs v-model="activeTab" type="is-boxed" :animated="false">
|
||||
<b-tab-item label="Export Level">
|
||||
<div class="columns">
|
||||
<div class="column">
|
||||
<b-field>
|
||||
<b-select
|
||||
placeholder="Default"
|
||||
expanded>
|
||||
<option value="flint">Flint</option>
|
||||
<option value="silver">Silver</option>
|
||||
</b-select>
|
||||
</b-field>
|
||||
</div>
|
||||
<div class="column">
|
||||
<b-message title="Default" :closable=false>
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce id fermentum quam. Proin sagittis, nibh id hendrerit imperdiet, elit sapien laoreet elit
|
||||
</b-message> </div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
</b-tab-item>
|
||||
|
||||
<b-tab-item label="Custom Export Level">
|
||||
|
||||
</b-tab-item>
|
||||
</b-tabs>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<h1 class="title is-3">{{ $t("Modules.ET.HExportMedia") }}</h1>
|
||||
<div class="buttons">
|
||||
<b-button
|
||||
|
@ -80,6 +120,8 @@ export default {
|
|||
data() {
|
||||
return {
|
||||
radio: 'movie',
|
||||
activeTab: 0,
|
||||
|
||||
}
|
||||
},
|
||||
created(){
|
||||
|
|
Loading…
Reference in a new issue