Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
web-et-numerique
web-et-numerique-internet
data.grandlyon.com
POCs
Wiki territorial covid
Commits
02edfc97
Commit
02edfc97
authored
Apr 09, 2020
by
Jérémy GAILLARD
Browse files
Suppression du filtre public
parent
d36b33a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/ServiceList.vue
View file @
02edfc97
...
...
@@ -52,13 +52,13 @@
<option
v-for=
'(k, v) in choices("localisation")'
:value=
'v'
:key=
'v'
>
{{
k
}}
</option>
</select>
</div>
<div
class=
"filter"
>
<!--
<div
class=
"filter"
>
<p>
Public cible
</p>
<select
@
change=
'filterChange()'
v-model=
"pub_filter"
>
<option
value=
''
>
Tous
</option>
<option
v-for=
'(k, v) in choices("public")'
:value=
'v'
:key=
'v'
>
{{
k
}}
</option>
</select>
</div>
</div>
-->
<!--
<div
class=
"filter"
>
<p>
Contenu
</p>
<select
@
change=
'filterChange()'
v-model=
"con_filter"
>
...
...
@@ -89,13 +89,13 @@
<div
class=
"filters_smartphone"
>
<div
id=
"other_filters_smartphone"
>
<div
class=
"filter"
>
<!--
<div
class=
"filter"
>
<p>
Public cible
</p>
<select
@
change=
'filterChange()'
v-model=
"pub_filter"
>
<option
value=
''
>
Tous
</option>
<option
v-for=
'(k, v) in choices("public")'
:value=
'v'
:key=
'v'
>
{{
k
}}
</option>
</select>
</div>
</div>
-->
<!--
<div
class=
"filter"
>
<p>
Contenu
</p>
<select
@
change=
'filterChange()'
v-model=
"con_filter"
>
...
...
@@ -479,7 +479,7 @@ label {
.filters
{
display
:
grid
;
grid-gap
:
10%
2%
;
grid-template-columns
:
repeat
(
5
,
18
%
);
grid-template-columns
:
repeat
(
4
,
23.5
%
);
margin-bottom
:
3%
;
width
:
auto
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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