Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
community
pount
pount-front
Commits
c55dd42e
Commit
c55dd42e
authored
Jul 22, 2021
by
Yoran Hillion
Browse files
style: Adds titles to set share modal
parent
d680b67a
Pipeline
#59149
passed with stages
in 4 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/views/sets/Set.vue
View file @
c55dd42e
...
...
@@ -30,25 +30,35 @@
</v-card-text>
<v-row
class=
"ma-1"
>
<v-col
cols=
"6"
>
<v-switch
v-model=
"shareAllItems"
:label=
"$t('set.shareAllItems')"
/>
<v-switch
v-model=
"shareModeCarousel"
:label=
"$t('set.shareCarousel')"
/>
<v-data-table
class=
"flex-shrink-0"
v-model=
"shareSelectedItems"
:items=
"publicItems"
:headers=
"shareItemsHeaders"
:show-select=
"!shareAllItems"
disable-sort
dense
/>
<v-toolbar
flat
>
<v-toolbar-title>
Options
</v-toolbar-title>
</v-toolbar>
<v-switch
v-model=
"shareAllItems"
:label=
"$t('set.shareAllItems')"
/>
<v-switch
v-model=
"shareModeCarousel"
:label=
"$t('set.shareCarousel')"
/>
<v-data-table
class=
"flex-shrink-0"
v-model=
"shareSelectedItems"
:items=
"publicItems"
:headers=
"shareItemsHeaders"
:show-select=
"!shareAllItems"
disable-sort
dense
/>
</v-col>
<v-col
cols=
"6"
>
<v-toolbar
flat
>
<v-toolbar-title>
Code d'intégration
</v-toolbar-title>
</v-toolbar>
<pre
v-text=
"integrationCode"
/>
</v-col>
</v-row>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment