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
Show more breadcrumbs
Cassiopée
nghyd
Commits
fcc233e5
Commit
fcc233e5
authored
6 years ago
by
mathias.chouet
Browse files
Options
Downloads
Patches
Plain Diff
Update fix
#145
parent
43528b2b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!36
Resolve "Déplacer la (dé)dérialisation dans JalHyd"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/app/components/param-computed/param-computed.component.html
+1
-1
1 addition, 1 deletion
...p/components/param-computed/param-computed.component.html
src/app/components/param-values/param-values.component.html
+1
-1
1 addition, 1 deletion
src/app/components/param-values/param-values.component.html
with
2 additions
and
2 deletions
src/app/components/param-computed/param-computed.component.html
+
1
−
1
View file @
fcc233e5
<!-- a fake input bound to nothing, for the sake of UI consistency -->
<!-- a fake input bound to nothing, for the sake of UI consistency -->
<mat-form-field>
<mat-form-field>
<input
matInput
disabled
[id]=
"inputId"
class=
"form-control"
type=
"text"
[ngModel]=
"infoText"
[placeholder]=
"param.title"
>
<input
matInput
disabled
[id]=
"inputId"
class=
"form-control"
type=
"text"
[ngModel]=
"infoText"
[placeholder]=
"param.title"
>
<button
*ngIf=
"isDicho"
mat-icon-button
class=
"param-computed-more"
(click)=
"openDialog()"
>
<button
type=
"button"
*ngIf=
"isDicho"
mat-icon-button
class=
"param-computed-more"
(click)=
"openDialog()"
>
<mat-icon>
more_horiz
</mat-icon>
<mat-icon>
more_horiz
</mat-icon>
</button>
</button>
</mat-form-field>
</mat-form-field>
This diff is collapsed.
Click to expand it.
src/app/components/param-values/param-values.component.html
+
1
−
1
View file @
fcc233e5
<!-- a fake input bound to nothing, for the sake of UI consistency -->
<!-- a fake input bound to nothing, for the sake of UI consistency -->
<mat-form-field>
<mat-form-field>
<input
matInput
disabled
class=
"form-control"
type=
"text"
[ngModel]=
"infoText"
[placeholder]=
"param.title"
>
<input
matInput
disabled
class=
"form-control"
type=
"text"
[ngModel]=
"infoText"
[placeholder]=
"param.title"
>
<button
mat-icon-button
class=
"param-values-more"
(click)=
"openDialog()"
>
<button
type=
"button"
mat-icon-button
class=
"param-values-more"
(click)=
"openDialog()"
>
<mat-icon>
more_horiz
</mat-icon>
<mat-icon>
more_horiz
</mat-icon>
</button>
</button>
</mat-form-field>
</mat-form-field>
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