Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
wotwizard-ui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
wotwizard-ui
Commits
0fffd182
Commit
0fffd182
authored
3 years ago
by
Pierre-Jean CHANCELLIER
Browse files
Options
Downloads
Patches
Plain Diff
correcting checkbox
parent
cf36cd3e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pages/previsions/futures_sorties.vue
+11
-9
11 additions, 9 deletions
pages/previsions/futures_sorties.vue
with
11 additions
and
9 deletions
pages/previsions/futures_sorties.vue
+
11
−
9
View file @
0fffd182
<
template
>
<
template
>
<main
class=
"container"
>
<main
class=
"container"
>
<h2
class=
"text-center my-5 font-weight-light"
>
{{
$t
(
"
futureexits
"
)
}}
</h2>
<h2
class=
"text-center my-5 font-weight-light"
>
{{
$t
(
"
futureexits
"
)
}}
</h2>
<div
class=
"row flex-column align-items-center"
>
<div
class=
"form-check form-switch mb-4 d-flex justify-content-center"
>
<div
class=
"col mb-4 text-center"
>
<input
<input
type=
"checkbox"
type=
"checkbox"
id=
"favoris"
id=
"favoris"
class=
"form-check-input me-2"
v-model=
"favoris"
role=
"switch"
@
change=
"save()"
/>
v-model=
"favoris"
<label
for=
"favoris"
class=
"form-label"
>
{{
$t
(
"
favoris.use
"
)
}}
</label>
@
change=
"save()"
/>
</div>
<label
for=
"favoris"
class=
"form-check-label"
>
{{
$t
(
"
favoris.use
"
)
}}
</label>
</div>
</div>
<NavigationLoader
:isLoading=
"$apollo.loading"
/>
<NavigationLoader
:isLoading=
"$apollo.loading"
/>
<transition
name=
"fade"
>
<transition
name=
"fade"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment