Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nghyd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
A compter du 1er avril, attention à vos pipelines :
Nouvelles limitations de Docker Hub
Show more breadcrumbs
Cassiopée
nghyd
Commits
d08cf175
Commit
d08cf175
authored
5 years ago
by
mathias.chouet
Browse files
Options
Downloads
Patches
Plain Diff
Fix bug bouton "ajout"; réorganisation des modules dans le thème PAB
parent
1ccc0aad
No related branches found
No related tags found
1 merge request
!42
Resolve "Ajout des modules PAB "chute" et "nombre de bassins""
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/app/app.component.html
+2
-2
2 additions, 2 deletions
src/app/app.component.html
src/app/config.json
+1
-1
1 addition, 1 deletion
src/app/config.json
src/locale/messages.fr.json
+1
-1
1 addition, 1 deletion
src/locale/messages.fr.json
with
4 additions
and
4 deletions
src/app/app.component.html
+
2
−
2
View file @
d08cf175
...
...
@@ -52,8 +52,8 @@
</div>
<button
mat-icon-button
id=
"new-calculator"
routerLink=
"/list"
(click)=
"sidenav.close()"
>
<mat-icon
*ngIf=
"currentRoute != '/list'"
>
add_box
</mat-icon>
<button
*ngIf=
"currentRoute != '/list'"
mat-icon-button
id=
"new-calculator"
routerLink=
"/list"
(click)=
"sidenav.close()"
>
<mat-icon>
add_box
</mat-icon>
</button>
<div
id=
"toolbar-bottom-spacer"
></div>
...
...
This diff is collapsed.
Click to expand it.
src/app/config.json
+
1
−
1
View file @
d08cf175
...
...
@@ -13,7 +13,7 @@
"title"
:
"Passe à poisson sur le Lez, entre Bollène et Suze"
,
"credits"
:
"Hervé Capra / Irstea"
},
"calculators"
:
[
5
,
6
,
1
0
,
9
,
1
2
,
13
]
"calculators"
:
[
5
,
6
,
1
2
,
13
,
1
0
,
9
]
},
{
"name"
:
"PASSE_NATURELLE"
,
...
...
This diff is collapsed.
Click to expand it.
src/locale/messages.fr.json
+
1
−
1
View file @
d08cf175
...
...
@@ -156,7 +156,7 @@
"INFO_OPTION_NONE"
:
"Aucun"
,
"INFO_OPTION_NONE_F"
:
"Aucune"
,
"INFO_OUVRAGE"
:
"Ouvrage"
,
"INFO_PABCHUTE_TITRE"
:
"Passe à bassin : chute
entre bassins
"
,
"INFO_PABCHUTE_TITRE"
:
"Passe à bassin : chute"
,
"INFO_PABCHUTE_TITRE_COURT"
:
"PAB : chute"
,
"INFO_PABDIMENSIONS_TITRE"
:
"Passe à bassin : dimensions"
,
"INFO_PABDIMENSIONS_TITRE_COURT"
:
"PAB : dimensions"
,
...
...
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